ulrich
2020-05-18 5daeb20e992d5d0c6ab5c68051a2448c062ffe53
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 */