打印信息
This commit is contained in:
parent
215d55bcdf
commit
f5f01e332f
|
@ -1,5 +1,5 @@
|
||||||
<% if @link_ide %>
|
<% if @link_ide %>
|
||||||
window.location.href = "<%= @link_ide %>";
|
window.location.href = "<%= @link_ide %>";
|
||||||
<% else %>
|
<% else %>
|
||||||
notice_box(<%= @message %>);
|
notice_box("<%= @message %>");
|
||||||
<% end %>
|
<% end %>
|
Loading…
Reference in New Issue