about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorfattalion <fattalion@disroot.org>2021-03-02 20:55:37 +0300
committerfattalion <fattalion@disroot.org>2021-03-02 20:55:37 +0300
commit7ab37d80dea22c99783482711a858db9ce34cd9c (patch)
tree405968ee790ea10fdc1d3c1abc7f61dcff4197a5
parentAdd SimplyTranslate support (diff)
downloadlibredirect-7ab37d80dea22c99783482711a858db9ce34cd9c.zip
Disable SimplyTranslate redirects by default
-rw-r--r--src/pages/options/options.html1
-rw-r--r--src/pages/popup/popup.html1
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
                 />&nbsp;
                 <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
               />&nbsp;
               <label for="disable-simplyTranslate" class="checkbox-label"></label>
             </td>