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);