From 4155dd27d05c398ab3bd26bf33adbf49691564b4 Mon Sep 17 00:00:00 2001 From: Aleksejs Popovs Date: Thu, 24 Nov 2022 15:38:23 -0500 Subject: [PATCH] Switch to an actually unused class name --- umap/static/umap/js/umap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index 3e7add99..92ca44a2 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -258,8 +258,8 @@ L.U.Map.include({ // We style this control in our own CSS for consistency with other controls, // but the control breaks if we don't specify a class here, so a fake class // will do. - icon: 'umap-empty', - iconLoading: 'umap-empty', + icon: 'umap-fake-class', + iconLoading: 'umap-fake-class', flyTo: true, }); this._controls.fullscreen = new L.Control.Fullscreen({title: {'false': L._('View Fullscreen'), 'true': L._('Exit Fullscreen')}});