diff --git a/umap/static/umap/js/umap.tableeditor.js b/umap/static/umap/js/umap.tableeditor.js index d856ecdf..d84e55ea 100644 --- a/umap/static/umap/js/umap.tableeditor.js +++ b/umap/static/umap/js/umap.tableeditor.js @@ -112,7 +112,7 @@ U.TableEditor = L.Class.extend({ this.datalayer.map.fullPanel.open({ data: { html: this.table }, className: 'umap-table-editor', - actions: [addButton, U.Browser.backButton(this.datalayer.map)], + actions: [addButton], }) }, })