aboutsummaryrefslogtreecommitdiffstats
path: root/loggedin.js
diff options
context:
space:
mode:
authoradam <adam@>2021-02-12 19:31:27 +0200
committeradam <adam@>2021-02-12 19:31:27 +0200
commit661172e6ce30235851fdee0736df0e532e997bd4 (patch)
tree99d727de1e54bad695a6616d95ed08e64798b640 /loggedin.js
parentb1689d03b0ac8a601f3ff4a225729d1e15b317ba (diff)
downloadfileup-661172e6ce30235851fdee0736df0e532e997bd4.tar.gz
the files show but there are still things to fix
Diffstat (limited to 'loggedin.js')
-rw-r--r--loggedin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/loggedin.js b/loggedin.js
index 68564fb..08ca296 100644
--- a/loggedin.js
+++ b/loggedin.js
@@ -105,6 +105,7 @@ function load_dir() {
f.visuals.remove();
files = [];
+ alert(this.responseText);
var json = JSON.parse(this.responseText);
for (const f of json) {
add_file_visuals(f.name, f.is_directory, f.mimetype);