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

3 lines
103 B
Plaintext

<% if @pv_saved %>
$('#poll_vote_poll_answer_id_<%= @pv.poll_answer_id %>').checked = true;
<% end %>