File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ <h4>{{ config.extra.consent.title }}</h4>
24
24
< input class ="md-toggle " type ="checkbox " id ="__settings " {{ checked }} >
25
25
< div class ="md-consent__settings ">
26
26
< ul class ="task-list ">
27
- {% set checked = "" %}
28
27
{% for type in cookies %}
28
+ {% set checked = "" %}
29
29
{% if cookies[type] is string %}
30
30
{% set name = cookies[type] %}
31
31
{% set checked = "checked" %}
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ <h4>{{ config.extra.consent.title }}</h4>
57
57
/>
58
58
< div class ="md-consent__settings ">
59
59
< ul class ="task-list ">
60
- {% set checked = "" %}
61
60
{% for type in cookies %}
61
+ {% set checked = "" %}
62
62
{% if cookies[type] is string %}
63
63
{% set name = cookies[type] %}
64
64
{% set checked = "checked" %}
You can’t perform that action at this time.
0 commit comments