diff options
author | sittaneumayer <79370369+sittaneumayer@users.noreply.github.com> | 2023-05-04 19:55:09 +0300 |
---|---|---|
committer | sittaneumayer <79370369+sittaneumayer@users.noreply.github.com> | 2023-05-04 19:55:09 +0300 |
commit | 33435342e92566ba51807c02d995e60fa295d920 (patch) | |
tree | ecf4f0abd8ccb6f06b4033caf64bfa42bb2c04d6 /src/pages/options | |
parent | Merge branch 'master' of https://github.com/libredirect/browser_extension (diff) | |
download | libredirect-33435342e92566ba51807c02d995e60fa295d920.zip |
Allow access to 'Show in popup' checkbox while the service is disabled
Diffstat (limited to 'src/pages/options')
-rw-r--r-- | src/pages/options/widgets/services.pug | 8 |
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 |