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

2 lines
91 B
Plaintext
Raw Normal View History

hideModal();
2015-01-29 17:33:10 +08:00
$("#polls").html("<%= escape_javascript(render :partial => 'poll_list') %>");