mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-30 18:24:35 +01:00
Ensure checked flag is reset
This commit is contained in:
parent
006f520f37
commit
4caa165b97
@ -24,8 +24,8 @@
|
|||||||
<input class="md-toggle" type="checkbox" id="__settings" {{ checked }}>
|
<input class="md-toggle" type="checkbox" id="__settings" {{ checked }}>
|
||||||
<div class="md-consent__settings">
|
<div class="md-consent__settings">
|
||||||
<ul class="task-list">
|
<ul class="task-list">
|
||||||
{% set checked = "" %}
|
|
||||||
{% for type in cookies %}
|
{% for type in cookies %}
|
||||||
|
{% set checked = "" %}
|
||||||
{% if cookies[type] is string %}
|
{% if cookies[type] is string %}
|
||||||
{% set name = cookies[type] %}
|
{% set name = cookies[type] %}
|
||||||
{% set checked = "checked" %}
|
{% set checked = "checked" %}
|
||||||
|
@ -57,8 +57,8 @@
|
|||||||
/>
|
/>
|
||||||
<div class="md-consent__settings">
|
<div class="md-consent__settings">
|
||||||
<ul class="task-list">
|
<ul class="task-list">
|
||||||
{% set checked = "" %}
|
|
||||||
{% for type in cookies %}
|
{% for type in cookies %}
|
||||||
|
{% set checked = "" %}
|
||||||
{% if cookies[type] is string %}
|
{% if cookies[type] is string %}
|
||||||
{% set name = cookies[type] %}
|
{% set name = cookies[type] %}
|
||||||
{% set checked = "checked" %}
|
{% set checked = "checked" %}
|
||||||
|
Loading…
Reference in New Issue
Block a user