Mercurial > hg > soundsoftware-site
view app/views/watchers/create.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 |
line wrap: on
line source
$('#ajax-modal').html('<%= escape_javascript(render(:partial => 'watchers/new', :locals => {:watched => @watched, :users => @users})) %>'); $('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watched})) %>');