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 / _set_watcher.js.erb @ 1531:ae8145b28b2b

History | View | Annotate | Download (160 Bytes)

1
<% selector = ".#{watcher_css(watched)}" %>
2
$("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript watcher_link(watched, user) %>")});