From d1b8b275ab33a0d38f2ac0ede6ae9fa4a6f798f8 Mon Sep 17 00:00:00 2001
From: undisclosed
Date: Mon, 11 May 2020 16:04:49 +0000
Subject: [PATCH] Neuen Nutzer speichern

---
 web/ui2/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web/ui2/index.html b/web/ui2/index.html
index 729bd5d..6f38b03 100644
--- a/web/ui2/index.html
+++ b/web/ui2/index.html
@@ -69,7 +69,7 @@
     <script>
       var app;
       document.addEventListener('DOMContentLoaded', function () {
-        app = new AppVorlage();
+        app = new NutzerApp();
         app.init();
       });
     </script>

--
Gitblit v1.9.3