Dateiverwaltung für die WebBox
ulrich
2021-01-21 8cab6e94514c38151b2e0c53c9df47c6e1682e28
web/ui2/js/data.js
@@ -27,6 +27,10 @@
/* ----- Objekte ----- */
function Meldung(tx) {
  this.mtext = tx;
}
function IssueList(il) {
  this.issues = il;
}
@@ -112,7 +116,7 @@
        self.fext = fny.substr(dotpos);
      }
    }
    var path = fm_get_path(app.userid);
    var path = app.fm_get_path(app.userid);
    var imgurl = app.loc + path + '/' + self.fnx + self.fext;
    return imgurl;
  };