You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/shixuns/publish.js.erb

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);