You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

new.js.erb 259B

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