Fixed toggle issue.

This commit is contained in:
Maxim 2019-04-12 14:26:06 -05:00 committed by GitHub
parent 71f90ae2c5
commit 0c54def3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -54,9 +54,8 @@
<input type="button" value="New File" onclick="createItem('file')"/>
<input type="button" value="Show Server Messages" onclick="tgglElmView('serverMsgView')"/>
<br/>
<label target="MergeType" onclick="getDir('./')">
<input id="MergeType" type="checkbox">Show seassons in same list.
</label>
<input id="MergeType" type="checkbox" onchange="getDir('./')" />
<label for="MergeType">Show seassons in same list.</label>
</center>
</div>