From c995b7aefb982338ad4bd82b57ccf9295363aff9 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed
Date: Thu, 14 May 2020 06:51:12 +0000
Subject: [PATCH] In Arbeit: Rollen-Dialog

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