annotate app/views/watchers/new.js.erb @ 1553:baac54711ee9 feature_1136

Attempt to fix that properly
author Chris Cannam
date Wed, 13 Jan 2016 11:19:42 +0000
parents dffacf8a6908
children
rev   line source
Chris@1517 1 $('#ajax-modal').html('<%= escape_javascript(render :partial => 'watchers/new', :locals => {:watched => @watched, :users => @users}) %>');
Chris@1115 2 showModal('ajax-modal', '400px');
Chris@1115 3 $('#ajax-modal').addClass('new-watcher');