about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-05-07 20:18:31 +0300
committerGitHub <noreply@github.com>2023-05-07 20:18:31 +0300
commit0be3f82d02ee698de4f0620ccbc819d0130baf20 (patch)
treeecf4f0abd8ccb6f06b4033caf64bfa42bb2c04d6
parentMerge branch 'master' of https://github.com/libredirect/browser_extension (diff)
parentAllow access to 'Show in popup' checkbox while the service is disabled (diff)
downloadlibredirect-0be3f82d02ee698de4f0620ccbc819d0130baf20.zip
Merge pull request #691 from sittaneumayer/options
Allow access to 'Show in popup' checkbox while the service is disabled
-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