From f274b39fc9fe1eaea78388b2914fb39716ced991 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 27 Nov 2023 16:39:42 +0100 Subject: [PATCH] Fix slideshow buttons not show when facets are active cf #1422 --- umap/static/umap/js/umap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index c8f0d18a..50842862 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1763,7 +1763,7 @@ L.U.Map.include({ ) if (this.options.facetKey) { L.DomUtil.createButton( - 'umap-open-filter-link', + 'umap-open-filter-link flat', container, ` | ${L._('Select data')}`, this.openFacet,