annotate .svn/pristine/90/90a332fff9409d3ff6710f60ef5385bd302ad71b.svn-base @ 1524:82fac3dcf466
redmine-2.5-integration
Fix failure to interpret Javascript when autocompleting members for project
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Thu, 11 Sep 2014 10:24:38 +0100 |
parents |
dffacf8a6908 |
children |
|
rev |
line source |
Chris@1517
|
1 $('#ajax-modal').html('<%= escape_javascript(render :partial => 'watchers/new', :locals => {:watched => @watched, :users => @users}) %>');
|
Chris@1517
|
2 showModal('ajax-modal', '400px');
|
Chris@1517
|
3 $('#ajax-modal').addClass('new-watcher');
|