Skip to content

Commit

Permalink
Re-Add Submit Class
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 3, 2024
1 parent 019f03d commit 382e5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/new/Submit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
}
let submit = document.getElementsByClassName("submit")[0] as HTMLElement;
submit.classList.add("loading");
alreadyUploading = true;
const xhr = new XMLHttpRequest();
Expand Down

0 comments on commit 382e5b0

Please sign in to comment.