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

5 lines
74 B
Plaintext
Raw Normal View History

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