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

4 lines
73 B
Plaintext
Raw Normal View History

<% if @poll%>
$("#polls_<%= @poll.id%>").remove();
<%else%>
2015-01-13 10:23:26 +08:00
<% end %>