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

1 line
116 B
Plaintext
Raw Normal View History

2015-01-20 11:42:28 +08:00
$("#polls_<%= @poll.id %>").html("<%= escape_javascript(render :partial => 'poll',:locals => {:poll => @poll}) %>");