From acb72ef1c8bfe6788dde7ee06ea3b85e7d670ba5 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 21 May 2022 18:02:57 +0300 Subject: Fixing things and refining design --- src/pages/popup/popup.html | 5 ++--- src/pages/popup/popup.js | 1 + src/pages/popup/popup.pug | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/pages/popup') diff --git a/src/pages/popup/popup.html b/src/pages/popup/popup.html index ffc1c864..3eb6ba19 100644 --- a/src/pages/popup/popup.html +++ b/src/pages/popup/popup.html @@ -48,11 +48,11 @@

Medium

-
+ -
+ @@ -108,6 +108,5 @@
- \ No newline at end of file diff --git a/src/pages/popup/popup.js b/src/pages/popup/popup.js index 824f178b..58d45d6a 100644 --- a/src/pages/popup/popup.js +++ b/src/pages/popup/popup.js @@ -94,6 +94,7 @@ 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)); } }) diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index 5e067f3f..94f65eae 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -63,13 +63,13 @@ html(lang="en") input#disable-medium(type="checkbox") #peertube.some-block - a.title(href="https://peertube.com") + a.title(href="https://search.joinpeertube.org") img(src="../../assets/images/peertube-icon.svg") h4 PeerTube input#disable-peertube(type="checkbox") #lbry.some-block - a.title(href="https://lbry.com") + a.title(href="https://odysee.com/") img(src="../../assets/images/lbry-icon.png") h4 LBRY input#disable-lbry(type="checkbox") @@ -124,4 +124,4 @@ html(lang="en") script(type="module" src="../options/init.js") script(type="module" src="./popup.js") - script(src="../../assets/javascripts/localise.js") \ No newline at end of file + //- script(src="../../assets/javascripts/localise.js") \ No newline at end of file -- cgit 1.4.1