2017-01-09 09:55:33 +08:00
|
|
|
hideModal();
|
2016-12-23 21:44:03 +08:00
|
|
|
$("#contest_base_info").html('<%=escape_javascript(render :partial=>'contests/contest_base_info') %>');
|
|
|
|
if(document.getElementById("contest_is_public")) {
|
|
|
|
<% if !@contest.is_public %>
|
|
|
|
$("#contest_is_public").attr("checked",false);
|
|
|
|
<% elsif @contest.is_public %>
|
|
|
|
$("#contest_is_public").attr("checked",true);
|
|
|
|
<% end %>
|
|
|
|
}
|