mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #1249 hide waiting message from crawlers
This commit is contained in:
parent
9a049c9064
commit
f304283fd5
2 changed files with 3 additions and 2 deletions
|
|
@ -71,7 +71,7 @@
|
|||
{Context::getHtmlFooter()|noescape}
|
||||
|
||||
<!-- ETC -->
|
||||
<div id="rhymix_waiting" class="wfsr" cond="!$m">{$lang->msg_call_server}</div>
|
||||
<div id="rhymix_waiting" class="wfsr" data-message="{$lang->msg_call_server}" cond="!$m"></div>
|
||||
<div id="rhymix_alert"></div>
|
||||
<div id="rhymix_debug_panel"></div>
|
||||
<div id="rhymix_debug_button"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue