mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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
|
|
@ -430,7 +430,8 @@
|
|||
* Register the beforeUnload handler.
|
||||
*/
|
||||
$(function() {
|
||||
waiting_obj = $(".wfsr");
|
||||
waiting_obj = $('.wfsr');
|
||||
waiting_obj.text(waiting_obj.data('message'));
|
||||
if (show_leaving_warning) {
|
||||
$(document).ajaxStart(function() {
|
||||
$(window).bind("beforeunload", beforeUnloadHandler);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue