aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jsaccess/jsa/jsa.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsaccess/jsa/jsa.js b/jsaccess/jsa/jsa.js
index 5cac807..eee648e 100644
--- a/jsaccess/jsa/jsa.js
+++ b/jsaccess/jsa/jsa.js
@@ -30,6 +30,7 @@ function jsagetlist() {
},
error: function (xhr, opts, err) {
_status("Bad password");
+ document.getElementById('files').innerHTML = "";
throw(err);
}
});