Skip to content

Commit 97e0f27

Browse files
authored
Merge pull request #11 from alvfig/enterkey
Fix delete all when Enter key is pressed
2 parents 18ee376 + bb3035e commit 97e0f27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

calculator.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h2>Calculator for Lords Mobile Game</h2>
4545
</div>
4646
<div class="w3-col m6 w3-container">
4747
<form novalidate>
48+
<input type="submit" hidden>
4849
<table class="w3-table w3-striped w3-hoverable">
4950
<tr ng-show="cards.length">
5051
<th class="w3-right-align">Quantity</th>
@@ -73,7 +74,7 @@ <h5>Total</h5>
7374
<hr>
7475
<button class="w3-btn w3-ripple" ng-click="toggleAbout()">About &amp; Help</button>
7576
<div ng-show="about">
76-
<h3>Calculator for Lords Mobile Game v0.3.3</h3>
77+
<h3>Calculator for Lords Mobile Game v0.3.4</h3>
7778
<p>This calculator can helps you sum up the accelerators/speed ups from Lords Mobile game. It runs on most modern browsers and should work equally well on desktops, laptops, tablets and mobiles.</p>
7879
<p>Use the Time Interval buttons (minutes, hours and days), then place the correspondig quantity of accelerators and see the result on the display at the end (near the word "Sum").</p>
7980
<p>Press the Remove buttons (&times;) to delete each accelerator. To remove all them at once, choose the Remove button located at the top, near the "Resource" header.</p>

0 commit comments

Comments
 (0)