From f9d0c4a3da9d183c90bc7351f233fa67ea3c66a7 Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed
Date: Mon, 11 May 2020 07:57:30 +0000
Subject: [PATCH] Auswahl in Nutzerliste

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