diff --git a/xmrnodes/templates/map.html b/xmrnodes/templates/map.html index 5f1c5e5..551c66b 100644 --- a/xmrnodes/templates/map.html +++ b/xmrnodes/templates/map.html @@ -170,7 +170,7 @@ // Wait for full load addEventListener("DOMContentLoaded", (event) => { - setTimeout(loadMap, 1500); + setTimeout(loadMap, 2500); });