v1.5.62 - actually we don't need it

This commit is contained in:
Azgaar 2021-02-25 15:15:05 +03:00
parent 137cbbf0b9
commit e05a7036dc

View file

@ -9,7 +9,7 @@ $(window).resize(function(e) {
changeMapSize(); 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 // Tooltips
const tooltip = document.getElementById("tooltip"); const tooltip = document.getElementById("tooltip");