aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsittaneumayer <79370369+sittaneumayer@users.noreply.github.com>2023-05-04 19:55:09 +0300
committersittaneumayer <79370369+sittaneumayer@users.noreply.github.com>2023-05-04 19:55:09 +0300
commit33435342e92566ba51807c02d995e60fa295d920 (patch)
treeecf4f0abd8ccb6f06b4033caf64bfa42bb2c04d6
parentMerge branch 'master' of https://github.com/libredirect/browser_extension (diff)
downloadlibredirect-33435342e92566ba51807c02d995e60fa295d920.zip
Allow access to 'Show in popup' checkbox while the service is disabled
Diffstat (limited to '')
-rw-r--r--src/pages/options/widgets/services.pug8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/options/widgets/services.pug b/src/pages/options/widgets/services.pug
index 88be0786..6530bacf 100644
--- a/src/pages/options/widgets/services.pug
+++ b/src/pages/options/widgets/services.pug
@@ -10,11 +10,11 @@ each val, service in services
h4(data-localise="__MSG_enable__") Enable
input(id=`${service}-enabled` type="checkbox")
- div(id=service+"-opacity")
+ div(class="some-block option-block")
+ h4(data-localise="__MSG_showInPopup__") Show in popup
+ input(id=service type="checkbox")
- div(class="some-block option-block")
- h4(data-localise="__MSG_showInPopup__") Show in popup
- input(id=service type="checkbox")
+ div(id=service+"-opacity")
div(class="some-block option-block")
h4