Remove checked attribute from checkbox

This commit is contained in:
Georgy Litvinov 2020-11-30 21:25:44 +01:00
parent 8225ba3d44
commit 308ba8dcf9

View file

@ -94,7 +94,7 @@ ${scripts.add('<script async type="text/javascript" src="//cdn.plu.mx/widget-pop
</#if>
<div class="expandSwitch">
<label class="switch">Раскрыть статью
<input id="expandlCB" type="checkbox" checked="false" onclick="switchExpand();">
<input id="expandlCB" type="checkbox" onclick="switchExpand();">
</label>
</div>
<#assign firstPub = propertyGroups.pullProperty("https://litvinovg.pro/text_structures#firstPublication")!>