From a5a1386dd445956cb7b14b728605da39aae924a2 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 24 May 2024 02:13:00 -0700 Subject: [PATCH] im helping --- xmrnodes/templates/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });