mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix #1249 hide waiting message and leaving warning by default
This commit is contained in:
parent
f304283fd5
commit
9042e4110c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,12 +8,12 @@
|
|||
/**
|
||||
* Set this variable to false to hide the "waiting for server response" layer.
|
||||
*/
|
||||
window.show_waiting_message = true;
|
||||
window.show_waiting_message = false;
|
||||
|
||||
/**
|
||||
* Set this variable to false to hide the "do you want to leave the page?" dialog.
|
||||
*/
|
||||
window.show_leaving_warning = true;
|
||||
window.show_leaving_warning = false;
|
||||
|
||||
/**
|
||||
* This variable stores the .wfsr jQuery object.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue