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

@@ -186,6 +186,7 @@ function runThePopup() {
} else {
SB.sponsorTimesViewsDisplayEndWord.innerText = "sponsor segment."
}
SB.sponsorTimesViewsDisplay.innerText = viewCount;
SB.sponsorTimesViewsContainer.style.display = "unset";
}