Created
July 16, 2015 16:46
-
-
Save alanstevens/1bcc30a8e1afebc760aa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
render :update do |page| | |
page.replace_html 'divCommunityTeamEditor', :partial => '/communities/invite_team_member' | |
page << "$('#divCommunityTeamMembers').hide();$('#divCommunityTeamEditor').show(); $('#cTeamPW').hide();" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment