This commit is contained in:
Boof 2023-03-15 10:33:36 +01:00 committed by GitHub
parent 41c132252d
commit 8a00ac5b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,13 +42,13 @@
<div class="third-row">
<input type="button" value="4" onclick=" liveScreen(4)" />
<input type="button" value="5" onclick=" liveScreen(5)" />
<input type="button" value="6" onclick=" liveScreen(6)" />
<input type="button" value="6" onclick=" liveScreen(6); sixPress()" />
<input type="button" value="-" onclick="liveScreen('-')" />
</div>
<div class="fourth-row">
<input type="button" value="7" onclick="liveScreen(7)" />
<input type="button" value="8" onclick="liveScreen(8)" />
<input type="button" value="9" onclick=" liveScreen(9)" />
<input type="button" value="9" onclick=" liveScreen(9); ninePress()" />
<input type="button" value="x" onclick="liveScreen('*')" />
</div>
<div class="fifth-row">