From ce67477575b08a1f7438c54a6ade08d305f3a229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Wed, 28 Feb 2024 09:54:59 +0100 Subject: [PATCH] Update to DSW Integration SDK --- src/smp_importer/static/script.js | 2 +- src/smp_importer/templates/index.html.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smp_importer/static/script.js b/src/smp_importer/static/script.js index 2ce14ee..2a73fd9 100644 --- a/src/smp_importer/static/script.js +++ b/src/smp_importer/static/script.js @@ -1,4 +1,4 @@ -const importer = new DSWImporter() +const importer = new dsw.Importer() importer .init({ diff --git a/src/smp_importer/templates/index.html.j2 b/src/smp_importer/templates/index.html.j2 index 368e815..8fc569e 100644 --- a/src/smp_importer/templates/index.html.j2 +++ b/src/smp_importer/templates/index.html.j2 @@ -17,7 +17,7 @@ - + {% if development %}