aboutsummaryrefslogtreecommitdiffhomepage
path: root/popup.js
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-08-01 15:19:58 -0400
committerAjay Ramachandran <[email protected]>2019-08-01 15:19:58 -0400
commitca8404147d33229b66f71d662231bdbe9f365212 (patch)
treee410087262282c529272e2e7b54bb8d79b87afe4 /popup.js
parent35c3b5b97f7b3742c962dbfa8bdb194e48f6238c (diff)
downloadSponsorBlock-ca8404147d33229b66f71d662231bdbe9f365212.tar.gz
SponsorBlock-ca8404147d33229b66f71d662231bdbe9f365212.zip
Made clicking upload hide the clear button
Diffstat (limited to 'popup.js')
-rw-r--r--popup.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/popup.js b/popup.js
index b86ea987..4b1c397f 100644
--- a/popup.js
+++ b/popup.js
@@ -186,6 +186,7 @@ function runThePopup() {
} else {
SB.sponsorTimesViewsDisplayEndWord.innerText = "sponsor segment."
}
+
SB.sponsorTimesViewsDisplay.innerText = viewCount;
SB.sponsorTimesViewsContainer.style.display = "unset";
}