mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-26 10:21:14 +00:00
git-svn-id: http://svn.redmine.org/redmine/trunk@14238 e93f8b46-1217-0410-a6f0-8f06a7374b81
4 lines
290 B
Plaintext
4 lines
290 B
Plaintext
<% selector = ".#{watcher_css(watched)}" %>
|
|
$("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript watcher_link(watched, user) %>")});
|
|
$('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => watched.first})) %>');
|