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 %}