diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-07-25 14:56:28 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-07-25 14:56:28 +1000 |
commit | b31c5bf75a8e7dfef9ef5e55b8479bd553978578 (patch) | |
tree | 2c775bddc252c78090f25174cb693655b2019e6d /src/pages/popup | |
parent | Merge pull request #263 from git-bruh/master (diff) | |
download | libredirect-b31c5bf75a8e7dfef9ef5e55b8479bd553978578.zip |
Disable Wikiless redirects by default, add "New" tag (#232).
Diffstat (limited to 'src/pages/popup')
-rw-r--r-- | src/pages/popup/popup.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 38357165..ada7e756 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -190,7 +190,11 @@ <tbody> <tr> <td> - <h1 data-localise="__MSG_disableWikipedia__"> + <h1 + data-localise="__MSG_disableWikipedia__" + class="new-badge" + data-new-badge + > Wikipedia Redirects </h1> </td> @@ -200,10 +204,7 @@ id="disable-wikipedia" type="checkbox" /> - <label - for="disable-wikipedia" - class="checkbox-label" - ></label> + <label for="disable-wikipedia" class="checkbox-label"></label> </td> </tr> </tbody> |