implemented file deletion

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-10-02 00:55:57 +02:00
parent 7284637057
commit 20d0247c90
2 changed files with 4 additions and 9 deletions

View File

@@ -75,7 +75,7 @@
let json = await res.json();
children.dirs = json.dirs ? json.dirs : {};
children.files = json.files ? json.files : {};
children.title = json.title ? json.title : {};
children.title = json.title ? json.title : path;
delete_allowed = json.delete;
yikes();
}