Fix #1249 hide waiting message and leaving warning by default

This commit is contained in:
Kijin Sung 2020-03-19 00:21:06 +09:00
parent f304283fd5
commit 9042e4110c

View file

@ -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.