diff options
author | Ajay Ramachandran <[email protected]> | 2019-08-01 15:19:58 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-08-01 15:19:58 -0400 |
commit | ca8404147d33229b66f71d662231bdbe9f365212 (patch) | |
tree | e410087262282c529272e2e7b54bb8d79b87afe4 /popup.js | |
parent | 35c3b5b97f7b3742c962dbfa8bdb194e48f6238c (diff) | |
download | SponsorBlock-ca8404147d33229b66f71d662231bdbe9f365212.tar.gz SponsorBlock-ca8404147d33229b66f71d662231bdbe9f365212.zip |
Made clicking upload hide the clear button
Diffstat (limited to 'popup.js')
-rw-r--r-- | popup.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -186,6 +186,7 @@ function runThePopup() { } else { SB.sponsorTimesViewsDisplayEndWord.innerText = "sponsor segment." } + SB.sponsorTimesViewsDisplay.innerText = viewCount; SB.sponsorTimesViewsContainer.style.display = "unset"; } |