summaryrefslogtreecommitdiffstats
path: root/app/views/watchers/destroy.js.erb
blob: 413797dc298d30765da11845c4e8a54b6cb782cb (plain)
1
2
3
<% if @watchables.size == 1 %>
$('#watchers').html('<%= escape_javascript(render(:partial => 'watchers/watchers', :locals => {:watched => @watchables.first})) %>');
<% end %>