打印信息

This commit is contained in:
cxt 2019-07-27 17:09:32 +08:00
parent e41cfa241d
commit 5233e2b76c
1 changed files with 1 additions and 1 deletions

View File

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