|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
$("#polls_<%= @poll.id %>").html("<%= escape_javascript(render :partial => 'poll',:locals => {:poll => @poll}) %>");
|
|
|
|
|
$('#ajax-modal').html("<%= escape_javascript(render :partial => 'alert', locals: { :message => l(:label_poll_republish_success)}) %>");
|
|
|
|
|
showModal('ajax-modal', '180px');
|
|
|
|
|
showModal('ajax-modal', '250px');
|
|
|
|
|
$('#ajax-modal').css('height','80px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;'>" +
|
|
|
|
|