To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / watchers / new.js.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (215 Bytes)

1
$('#ajax-modal').html('<%= escape_javascript(render :partial => 'watchers/new', :locals => {:watched => @watched, :users => @users}) %>');
2
showModal('ajax-modal', '400px');
3
$('#ajax-modal').addClass('new-watcher');