mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 04:27:15 +03:00
Made clicking upload hide the clear button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user