socialforge/app/views/poll/destroy.js.erb

4 lines
73 B
Plaintext

<% if @poll%>
$("#polls_<%= @poll.id%>").remove();
<%else%>
<% end %>