From 2b837d7c4bf0e3dfe4e8706b62bad43a93baa604 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Mon, 18 May 2020 16:20:43 +0000
Subject: [PATCH] Neues Nutzerprofil fertig

---
 web/ui2/js/app.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/web/ui2/js/app.js b/web/ui2/js/app.js
index 8e08d96..55cdea5 100644
--- a/web/ui2/js/app.js
+++ b/web/ui2/js/app.js
@@ -1,8 +1,6 @@
 function NutzerApp() {
   var self = this;
-  //var vorlagen;
   var userid;
-  var loc;
   this.cache = {}; // mustache template cache
 
   this.init = function () {
@@ -14,7 +12,6 @@
     document.querySelector('.ost').style.flexBasis = '0em';
     self.get_login();
     self.get_user_list();
-    self.loc = window.location.protocol + '//' + window.location.host;
   };
 
   /* Nutzerverwaltung */

--
Gitblit v1.9.3