From 9a9b8924670dbd1f864b0713a66f394f929dde9d Mon Sep 17 00:00:00 2001 From: Donald Atkinson Date: Mon, 28 Sep 2020 02:54:23 -0600 Subject: [PATCH] BANDAID: Stop Blocking Exit --- modules/ui/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/general.js b/modules/ui/general.js index 7689b1b5..666120c6 100644 --- a/modules/ui/general.js +++ b/modules/ui/general.js @@ -9,7 +9,7 @@ $(window).resize(function(e) { changeMapSize(); }); -window.onbeforeunload = () => "Are you sure you want to navigate away?"; +//window.onbeforeunload = () => "Are you sure you want to navigate away?"; // Tooltips const tooltip = document.getElementById("tooltip");