mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
v1.5.62 - actually we don't need it
This commit is contained in:
parent
137cbbf0b9
commit
e05a7036dc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ $(window).resize(function(e) {
|
|||
changeMapSize();
|
||||
});
|
||||
|
||||
if (!navigator.userAgent.includes("Electron")) 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