From a15c1357b9be027bcf70456abd8d6febd96a79d8 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 18 Mar 2018 18:07:19 +0100 Subject: [PATCH] Improved upload API --- templates/upload.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/upload.html b/templates/upload.html index 06efa1e..13852e7 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -57,8 +57,6 @@ }); reader.readAsDataURL(file); } - form.submit(); - form.classList.add("submitted"); }) </script> {{end}} \ No newline at end of file -- GitLab