From 48de8f99b3361a308d1ca2dab8b0956a2ff2f10b Mon Sep 17 00:00:00 2001 From: you Date: Mon, 23 Mar 2026 03:41:29 +0000 Subject: [PATCH] Fix: load customize.js right after roles.js, BEFORE app/map MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit customize.js was loading last — saved colors restored AFTER the map already created markers with default colors. Now loads right after roles.js, before app.js. ROLE_STYLE colors are updated before any page renders. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index eda614eb..d49f0083 100644 --- a/public/index.html +++ b/public/index.html @@ -82,6 +82,7 @@ + @@ -101,6 +102,5 @@ -