diff options
author | Ajay Ramachandran <[email protected]> | 2021-09-01 15:50:22 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-09-01 15:50:22 -0400 |
commit | 49406b7ac62fc4ea7362e9804c650f9140982107 (patch) | |
tree | bfbf9db47a03ae9236704b804046a8dae663419d /public/popup.html | |
parent | 5c704ad241f151d884c43f28f84fdc0485d897a5 (diff) | |
download | SponsorBlock-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.html | 2 |
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> |