Remove checked attribute from checkbox
This commit is contained in:
parent
8225ba3d44
commit
308ba8dcf9
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>
|
||||
<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")!>
|
||||
|
|
Loading…
Add table
Reference in a new issue