diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 17:11:38 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-02-12 17:11:38 +0200 |
commit | 74efbc0c4128d43196bfb4260647e10ebb28ca1d (patch) | |
tree | 577f9b609257f22b7ba5b3b142c4e4f69c385406 | |
parent | 69c729e663d3b50188629e82c6e41662aae64e4d (diff) | |
download | fileup-74efbc0c4128d43196bfb4260647e10ebb28ca1d.tar.gz |
no async
-rw-r--r-- | loggedin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loggedin.js b/loggedin.js index 78a7099..68564fb 100644 --- a/loggedin.js +++ b/loggedin.js @@ -1,4 +1,4 @@ -var FORM_ASYNC = true; +var FORM_ASYNC = false; const upload_form = document.getElementById("upload_form"); const the_file = document.getElementById("the_file"); |