BANDAID: Stop Blocking Exit

This commit is contained in:
Donald Atkinson 2020-09-28 02:54:23 -06:00
parent 88330d0042
commit 9a9b892467

View file

@ -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");