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 / .svn / pristine / 79 / 7953137e301268a291cb62d7f70fd6f876edc0f3.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (192 Bytes)

1 1296:038ba2d95de8 Chris
<% @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)) %>');