annotate app/views/watchers/new.js.erb @ 1579:aba122ac2d40 dockerise

Attempt (currently failing) to fix up the bibliography plugin for current version of citeproc
author Chris Cannam
date Fri, 04 Aug 2017 17:51:19 +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@1115 2 showModal('ajax-modal', '400px');
Chris@1115 3 $('#ajax-modal').addClass('new-watcher');