Dateiverwaltung für die WebBox
ulrich
2021-01-06 74fab1c53fd3850bf0fd075c93622f14ad8dbe30
null pruefung hinzugefuegt
1 files modified
5 ■■■■■ changed files
web/ui/ui.js 5 ●●●●● patch | view | raw | blame | history
web/ui/ui.js
@@ -89,6 +89,7 @@
  //console.log(parsedUrl.searchParams.get("pfad"));
  var wunschPfad = parsedUrl.searchParams.get("pfad");
  
  if(wunschPfad !== null) {
  if(wunschPfad.length > 0) {
    pfad = wunschPfad;
    fm_get_list(wunschPfad);
@@ -97,6 +98,10 @@
    fm_get_list('');
    fm_init_uploader();
  }
  } else {
    fm_get_list('');
    fm_init_uploader();
  }
  /*
  console.log('href: ' + window.location.href);
  console.log('host: ' + window.location.host);