Made clicking upload hide the clear button

This commit is contained in:
Ajay Ramachandran
2019-08-01 15:19:58 -04:00
parent 35c3b5b97f
commit ca8404147d
2 changed files with 2 additions and 2 deletions

View File

@@ -850,8 +850,7 @@ function sendSubmitMessage(){
submitButton.style.animation = "rotate 1s";
//when the animation is over, hide the button
submitButton.addEventListener("animationend", function() {
submitButton.style.animation = "unset";
submitButton.style.display = "none";
changeStartSponsorButton(true, false);
});
//clear the sponsor times