From 5d758ebc0d387baf7eb5d054bdb2f9ee51a90dbf Mon Sep 17 00:00:00 2001 From: David Larlet Date: Wed, 10 Jan 2024 14:31:54 -0500 Subject: [PATCH] Create a dedicated js/components folder --- .../umap/js/{umap.components.js => components/fragment.js} | 0 umap/templates/umap/js.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename umap/static/umap/js/{umap.components.js => components/fragment.js} (100%) diff --git a/umap/static/umap/js/umap.components.js b/umap/static/umap/js/components/fragment.js similarity index 100% rename from umap/static/umap/js/umap.components.js rename to umap/static/umap/js/components/fragment.js diff --git a/umap/templates/umap/js.html b/umap/templates/umap/js.html index eb1429e3..235f4a51 100644 --- a/umap/templates/umap/js.html +++ b/umap/templates/umap/js.html @@ -58,5 +58,5 @@ - + {% endcompress %}