diff options
author | Ajay Ramachandran <[email protected]> | 2020-12-14 00:44:21 -0500 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2020-12-14 00:44:21 -0500 |
commit | 03e34281f6f07c00c2a9bb1c8d6f790a7c5c3cc9 (patch) | |
tree | 7c74984c32ad6fba99a8050bbdf3ac68b848833a /public/popup.html | |
parent | 125a83ac3f1926366500bd91db8b4ade6964de84 (diff) | |
download | SponsorBlock-03e34281f6f07c00c2a9bb1c8d6f790a7c5c3cc9.tar.gz SponsorBlock-03e34281f6f07c00c2a9bb1c8d6f790a7c5c3cc9.zip |
Add back show notice button
Diffstat (limited to 'public/popup.html')
-rw-r--r-- | public/popup.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/popup.html b/public/popup.html index 08dfd05e..4bdfd53f 100644 --- a/public/popup.html +++ b/public/popup.html @@ -137,6 +137,8 @@ <a href="https://matrix.to/#/+sponsorblock:ajay.app" target="_blank" rel="noopener">Matrix</a> | <a id="helpButton" href="#">__MSG_help__</a> </footer> + + <button id="showNoticeAgain" style="display: none" class="dangerButton popupElement">__MSG_showNotice__</button> </div> <!-- Scripts that need to load after the html --> <script src="./js/vendor.js" async></script> |