From f0af796e456c701d83f3a521f0ad03660968fda2 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 27 Jun 2018 22:16:20 +0200 Subject: [PATCH] Fix labelKey not saved (fix #595) --- umap/static/umap/js/umap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/js/umap.js b/umap/static/umap/js/umap.js index e8dc0d12..27f3aeed 100644 --- a/umap/static/umap/js/umap.js +++ b/umap/static/umap/js/umap.js @@ -1009,6 +1009,7 @@ L.U.Map.include({ 'captionBar', 'slideshow', 'sortKey', + 'labelKey', 'filterKey', 'showLabel', 'labelDirection',