From 8cab6e94514c38151b2e0c53c9df47c6e1682e28 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Thu, 21 Jan 2021 19:21:56 +0000
Subject: [PATCH] Anpassungen Foto UI fertig, jQuery ausgebaut

---
 web/ui/ui.js |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/web/ui/ui.js b/web/ui/ui.js
index ba1b406..41a006e 100644
--- a/web/ui/ui.js
+++ b/web/ui/ui.js
@@ -86,14 +86,9 @@
   var wunschPfad = parsedUrl.searchParams.get("pfad");
   
   if(wunschPfad !== null && wunschPfad.length > 0) {
-    //if(wunschPfad.length > 0) {
-      pfad = wunschPfad;
-      fm_get_list(wunschPfad);
-      fm_init_uploader();
-    //} else {
-    //  fm_get_list('');
-    //  fm_init_uploader();
-    //}
+    pfad = wunschPfad;
+    fm_get_list(wunschPfad);
+    fm_init_uploader();
   } else {
     fm_get_list('');
     fm_init_uploader();

--
Gitblit v1.9.3