aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/popup.html
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2021-09-01 15:50:22 -0400
committerAjay Ramachandran <[email protected]>2021-09-01 15:50:22 -0400
commit49406b7ac62fc4ea7362e9804c650f9140982107 (patch)
treebfbf9db47a03ae9236704b804046a8dae663419d /public/popup.html
parent5c704ad241f151d884c43f28f84fdc0485d897a5 (diff)
downloadSponsorBlock-49406b7ac62fc4ea7362e9804c650f9140982107.tar.gz
SponsorBlock-49406b7ac62fc4ea7362e9804c650f9140982107.zip
Make refresh button work when no segments found
Fixes #885
Diffstat (limited to 'public/popup.html')
-rw-r--r--public/popup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/popup.html b/public/popup.html
index c6600bdc..39bd67ce 100644
--- a/public/popup.html
+++ b/public/popup.html
@@ -19,7 +19,7 @@
<p id="loadingIndicator">__MSG_noVideoID__</p>
<!-- If the video was found in the database -->
<p id="videoFound"></p>
- <button class="sbSlimButton hidden" id="refreshSegmentsButton" title="__MSG_refreshSegments__">
+ <button class="sbSlimButton" id="refreshSegmentsButton" title="__MSG_refreshSegments__">
<img id="refreshSegments" src="/icons/refresh.svg"/>
</button>
</div>