Remove checked attribute from checkbox
This commit is contained in:
parent
dc8333a646
commit
db915745c5
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
|
||||||
</#if>
|
</#if>
|
||||||
<div class="expandSwitch">
|
<div class="expandSwitch">
|
||||||
<label class="switch">Раскрыть статью
|
<label class="switch">Раскрыть статью
|
||||||
<input id="expandlCB" type="checkbox" checked="false" onclick="switchExpand();">
|
<input id="expandlCB" type="checkbox" onclick="switchExpand();">
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>
|
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>
|
||||||
|
|
Loading…
Add table
Reference in a new issue