diff options
author | fattalion <fattalion@disroot.org> | 2021-03-02 20:55:37 +0300 |
---|---|---|
committer | fattalion <fattalion@disroot.org> | 2021-03-02 20:55:37 +0300 |
commit | 7ab37d80dea22c99783482711a858db9ce34cd9c (patch) | |
tree | 405968ee790ea10fdc1d3c1abc7f61dcff4197a5 /src | |
parent | Add SimplyTranslate support (diff) | |
download | libredirect-7ab37d80dea22c99783482711a858db9ce34cd9c.zip |
Disable SimplyTranslate redirects by default
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/options/options.html | 1 | ||||
-rw-r--r-- | src/pages/popup/popup.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/pages/options/options.html b/src/pages/options/options.html index dbce1d8c..27e9fe5d 100644 --- a/src/pages/options/options.html +++ b/src/pages/options/options.html @@ -176,7 +176,6 @@ aria-hidden="true" id="disable-simply-translate" type="checkbox" - checked /> <label for="disable-simply-translate" class="checkbox-label"></label> </td> diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index e4f81116..4514cafe 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -182,7 +182,6 @@ aria-hidden="true" id="disable-simplyTranslate" type="checkbox" - checked /> <label for="disable-simplyTranslate" class="checkbox-label"></label> </td> |