From 661172e6ce30235851fdee0736df0e532e997bd4 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 12 Feb 2021 19:31:27 +0200 Subject: the files show but there are still things to fix --- loggedin.js | 1 + 1 file changed, 1 insertion(+) (limited to 'loggedin.js') 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); -- cgit v1.2.3