diff options
| author | ManeraKai <manerakai@protonmail.com> | 2022-05-23 19:54:04 +0300 | 
|---|---|---|
| committer | ManeraKai <manerakai@protonmail.com> | 2022-05-23 19:54:04 +0300 | 
| commit | 5abfe6f9f17bb1b46d4aca19e4daed359b4d761c (patch) | |
| tree | 07cc2128006c5c248e9094b40f38201517461c35 /src/pages/popup | |
| parent | Fixed a typo in Piped Unify Settings, and added more settings (diff) | |
| download | libredirect-5abfe6f9f17bb1b46d4aca19e4daed359b4d761c.zip | |
Fixed bug in piped, PipedMaterial, lingva's Unify Settings
Diffstat (limited to 'src/pages/popup')
| -rw-r--r-- | src/pages/popup/popup.js | 1 | 
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)); } })  | 
