diff options
Diffstat (limited to 'loggedin.js')
-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"); |