Swap x and 0 on pinpad (login overlay)
This commit is contained in:
parent
4cd5513621
commit
20d0ebfcf4
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@
|
||||||
<td><button type="button" class="pinpadBtn" data-btn="9">9</button></td>
|
<td><button type="button" class="pinpadBtn" data-btn="9">9</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><button type="button" class="pinpadBtn" data-btn="0">0</button></td>
|
|
||||||
<td><button type="button" class="pinpadBtn" data-btn="x">x</button></td>
|
<td><button type="button" class="pinpadBtn" data-btn="x">x</button></td>
|
||||||
|
<td><button type="button" class="pinpadBtn" data-btn="0">0</button></td>
|
||||||
<td><button type="button" class="pinpadBtn" data-btn="enter">⏎</button></td>
|
<td><button type="button" class="pinpadBtn" data-btn="enter">⏎</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue