##// END OF EJS Templates
Don't require category or target version when they are not available (#20583)....
Don't require category or target version when they are not available (#20583). git-svn-id: http://svn.redmine.org/redmine/trunk@14733 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13856:5c18e6d0459b
r14351:68620da79ab5
Show More
_set_watcher.js.erb
3 lines | 290 B | text/plain | TextLexer
/ app / views / watchers / _set_watcher.js.erb
Jean-Philippe Lang
Removes RJS from WatchersController....
r9864 <% selector = ".#{watcher_css(watched)}" %>
Jean-Philippe Lang
Don't wrap watcher link with span....
r11104 $("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript watcher_link(watched, user) %>")});
Jean-Philippe Lang
Refresh watchers list when watching/unwatching an issue (#4334)....
r13856 $('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => watched.first})) %>');