destroy.js.erb
3 lines
| 175 B
| text/plain
|
TextLexer
|
r14929 | <% if @watchables.size == 1 %> | ||
$('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watchables.first})) %>'); | ||||
<% end %> | ||||