awacke1 commited on
Commit
728cd38
·
1 Parent(s): df48b53

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -100,7 +100,7 @@
100
  var winAmount = 0;
101
 
102
  // Deduct 25 cents
103
- var newBalance = parseFloat(balanceAmount.textContent) - 0.50;
104
  if (newBalance < 0) {
105
  alert("Insufficient balance.");
106
  return;
 
100
  var winAmount = 0;
101
 
102
  // Deduct 25 cents
103
+ var newBalance = parseFloat(balanceAmount.textContent) - 0.25;
104
  if (newBalance < 0) {
105
  alert("Insufficient balance.");
106
  return;