mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
BANDAID: Stop Blocking Exit
This commit is contained in:
parent
88330d0042
commit
9a9b892467
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue