about summary refs log tree commit diff stats
path: root/src/pages/popup
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-05-23 19:54:04 +0300
committerManeraKai <manerakai@protonmail.com>2022-05-23 19:54:04 +0300
commit5abfe6f9f17bb1b46d4aca19e4daed359b4d761c (patch)
tree07cc2128006c5c248e9094b40f38201517461c35 /src/pages/popup
parentFixed a typo in Piped Unify Settings, and added more settings (diff)
downloadlibredirect-5abfe6f9f17bb1b46d4aca19e4daed359b4d761c.zip
Fixed bug in piped, PipedMaterial, lingva's Unify Settings
Diffstat (limited to 'src/pages/popup')
-rw-r--r--src/pages/popup/popup.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pages/popup/popup.js b/src/pages/popup/popup.js
index 58d45d6a..824f178b 100644
--- a/src/pages/popup/popup.js
+++ b/src/pages/popup/popup.js
@@ -94,7 +94,6 @@ utils.unify(true).then(r => {
   if (!r) document.getElementById('unify_div').style.display = 'none';
   else {
     const unify = document.getElementById('unify');
-    console.log('addlistner');
     unify.addEventListener("click", () => utils.unify(false, unify));
   }
 })