9 lines
286 B
9 lines
286 B
6 years ago
|
<% unless @status && @status == 1 %>
|
||
|
$("#apply_publish_shixun").attr("data-option", 1);
|
||
|
$("#apply_publish_shixun").removeClass("disabled-grey-bg");
|
||
|
<% end %>
|
||
|
|
||
|
var htmlvalue = "<%= escape_javascript(render :partial => 'shixuns/monitor_tip' )%>";
|
||
|
pop_box_new(htmlvalue,563,406);
|
||
|
|