From 663b70929a6cb2d3b978c95b9992f52a4c8f73f0 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Wed, 27 Jan 2016 20:03:49 +0900 Subject: [PATCH] Revert "Fix #54 Do you want to leave this page? message" This reverts commit 8ae2dba0b97b4975683ceecad0a86e088f6f892e. --- common/js/xml_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index bd02437e9..a4b31dc1f 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -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.