hide helms by default

This commit is contained in:
Frederik Palmø 2022-03-20 14:41:25 +01:00
parent 3a2c14e000
commit 8ac338520f

View File

@ -203,6 +203,8 @@
<hr>
<template id="talisman">
<li>
<div>
@ -217,13 +219,16 @@
<!-- helms -->
<article>
<ul id="helms">
<ul>
<li>
<b>Helms</b>
</li>
<hr>
<details id="helms">
<summary>Click to show helms</summary>
<li>
<div>
<input type="radio" name="equipment" id="helmNone" onclick="update()" checked>
@ -241,6 +246,7 @@
<aside></aside>
</li>
</template>
</details>
</ul>
</article>
</div>