Work around mobile Safari wierdness.

This commit is contained in:
Will Scullin 2019-12-30 14:19:12 -08:00
parent c812e9f71a
commit 4efc8f6053
No known key found for this signature in database
GPG Key ID: 9092A5C0A673416B
1 changed files with 5 additions and 3 deletions

View File

@ -105,9 +105,11 @@
</button>
</div>
</div>
<input id="reset" type="button" value="Reset"
onclick="Apple2.reset(event)"
oncontextmenu="Apple2.reset(event)" />
<button id="reset" type="button"
onclick="Apple2.reset(event)"
oncontextmenu="Apple2.reset(event)">
Reset
</button>
</div>
<div class="inset">
<div id="keyboard"></div>