Skip to content

Commit 54e753d

Browse files
committed
f: denominate
1 parent 189f7c2 commit 54e753d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

public/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,7 @@ <h1>Digital Cash Wallet</h1>
173173
<tfoot>
174174
<th></th>
175175
<th></th>
176-
<th>
177-
<small
178-
><button type="button" onclick="App.denominateCoins(event)">
179-
Denominate Selected
180-
</button></small
181-
>
182-
</th>
176+
<th></th>
183177
<th></th>
184178
<th></th>
185179
</tfoot>
@@ -429,6 +423,9 @@ <h1>Digital Cash Wallet</h1>
429423
</tr>
430424
</tbody>
431425
</table>
426+
<button type="button" onclick="App.denominateCoins(event)">
427+
Denominate Coins
428+
</button>
432429

433430
<hr />
434431
<label

0 commit comments

Comments
 (0)