From b550c93b8795a665fcc7777a778ef946be853908 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 30 Apr 2024 20:11:34 +0200 Subject: [PATCH] wip: move owner link above tabs in caption --- umap/static/umap/js/umap.controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index 14dafa6e..30e58fef 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -667,8 +667,8 @@ const ControlsMixin = { displayCaption: function () { const container = L.DomUtil.create('div', 'umap-caption') L.DomUtil.createTitle(container, this.options.name, 'icon-caption') - this.browser.tabsMenu(container, 'info') this.permissions.addOwnerLink('h5', container) + this.browser.tabsMenu(container, 'info') if (this.options.description) { const description = L.DomUtil.element({ tagName: 'div',