diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index 8c1a5c0f..766c1611 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -1259,7 +1259,7 @@ L.U.IframeExporter = L.Evented.extend({ build: function () { const iframeUrl = this.buildUrl() - const code = `` + let code = `` if (this.options.includeFullScreenLink) { code += `

${L._('See full screen')}

` }