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

This reverts commit 8ae2dba0b9.
This commit is contained in:
Kijin Sung 2016-01-27 20:03:49 +09:00
parent 8ae2dba0b9
commit 663b70929a

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 = false;
window.show_leaving_warning = true;
/**
* This variable stores the .wfsr jQuery object.