diff --git a/umap/static/umap/js/modules/help.js b/umap/static/umap/js/modules/help.js index 965da191..da2bbe42 100644 --- a/umap/static/umap/js/modules/help.js +++ b/umap/static/umap/js/modules/help.js @@ -176,7 +176,6 @@ export default class Help { tagName: 'div', className: 'umap-help-entry', parent: container, - innerHTML: ENTRIES[name], }).appendChild(this._buildEditEntry()) } else { for (const name of entries) {