diff --git a/umap/static/umap/js/modules/importer.js b/umap/static/umap/js/modules/importer.js index df7a3222..37e0dedb 100644 --- a/umap/static/umap/js/modules/importer.js +++ b/umap/static/umap/js/modules/importer.js @@ -12,14 +12,16 @@ const TEMPLATE = ` -
+
- ${translate('Choose the format')} + ${translate( + 'Choose the format' + )}
@@ -147,7 +149,7 @@ export default class Importer { for (const plugin of this.IMPORTERS.sort((a, b) => (a.id > b.id ? 1 : -1))) { L.DomUtil.createButton( plugin.id, - DomUtil.element({tagName: 'li', parent}), + DomUtil.element({ tagName: 'li', parent }), plugin.name, () => plugin.open(this) )