diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-01-13 10:34:49 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-01-13 10:34:49 +1100 |
commit | fbc16cbb896efb327b037448a6707953364be3cb (patch) | |
tree | 28505af2e60e302f243059852fcaaa7fb519a517 /src/pages/popup/popup.html | |
parent | Translate "Random instance (none selected)" (#158) (diff) | |
download | libredirect-fbc16cbb896efb327b037448a6707953364be3cb.zip |
Fixes #160 - Disable search redirects by default (sorry... 🙂)
Diffstat (limited to 'src/pages/popup/popup.html')
-rw-r--r-- | src/pages/popup/popup.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index 43a4a1a8..b34f0c8e 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -142,7 +142,11 @@ <tbody> <tr> <td> - <h1 data-localise="__MSG_disableSearchEngine__"> + <h1 + data-localise="__MSG_disableSearchEngine__" + class="new-badge" + data-new-badge + > Search Engine Redirects </h1> </td> |