From 3400c7fabbf382a3690c7df989d458def01aff66 Mon Sep 17 00:00:00 2001 From: ulrich@undisclosed Date: Mon, 11 May 2020 07:21:23 +0000 Subject: [PATCH] Aufraeumarbeiten --- 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