From abbc5237bd4b40712e4cbae24832f78206aa6257 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 22 Jan 2024 14:38:17 +0100 Subject: [PATCH] chore: try to force browser to load Leaflet script soon Leaflet file is the bigger, and it is otherwise only loaded when the browser understand that it needs it, which means when global.js is parsed, which means after all scripts have been loaded. --- umap/templates/umap/js.html | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/templates/umap/js.html b/umap/templates/umap/js.html index 740610cd..26edc820 100644 --- a/umap/templates/umap/js.html +++ b/umap/templates/umap/js.html @@ -1,5 +1,6 @@ {% load static %} +