Fix #54 Do you want to leave this page? message

This commit is contained in:
Kijin Sung 2016-01-27 14:25:12 +09:00
parent 9ee739aea7
commit 8ae2dba0b9

View file

@ -11,7 +11,7 @@
/**
* 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.