打印信息

This commit is contained in:
cxt 2019-07-27 17:13:52 +08:00
parent 215d55bcdf
commit f5f01e332f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<% if @link_ide %>
window.location.href = "<%= @link_ide %>";
<% else %>
notice_box(<%= @message %>);
notice_box("<%= @message %>");
<% end %>