diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-11 22:35:40 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-11 22:35:40 -0400 |
commit | c31efc2059a7b2f483712259a356499dff7a1542 (patch) | |
tree | 52094c2e7ceed03efb6156d44cc337501d767f61 /popup.html | |
parent | 7ea2c2b974710c4ddbdcdf6a72dcbb32c66725db (diff) | |
download | SponsorBlock-c31efc2059a7b2f483712259a356499dff7a1542.tar.gz SponsorBlock-c31efc2059a7b2f483712259a356499dff7a1542.zip |
Made submit times not appear when no end time was specified.
Diffstat (limited to 'popup.html')
-rw-r--r-- | popup.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ <br/> <br/> - <button id="submitTimes" class="smallButton">Submit Times</button> + <button id="submitTimes" style="display: none" class="smallButton">Submit Times</button> </div> <br/> |