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 / append.js.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (192 Bytes)

1
<% @users.each do |user| %>
2
  $("#issue_watcher_user_ids_<%= user.id %>").remove();
3
<% end %>
4
$('#watchers_inputs').append('<%= escape_javascript(watchers_checkboxes(nil, @users, true)) %>');