Explorar o código

Undo disable, not working

Axel Nordh %!s(int64=4) %!d(string=hai) anos
pai
achega
9bf7e11e55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      OddsJavaFx/src/web/matchTable.php

+ 1 - 1
OddsJavaFx/src/web/matchTable.php

@@ -41,7 +41,7 @@ $betMarginAway = 1 + ($leagueInfo['betMarginAway'] / 100);
     <tbody>
 <?php 
     foreach ($matches as $match) {
-        echo "<form id='makeBetFormId' action='makeBet.php' method='post' target='hiddenFrame' onSubmit='document.getElementById('submit').disabled=true;'>";
+        echo "<form id='makeBetFormId' action='makeBet.php' method='post' target='hiddenFrame'>";
         echo "<tr>";
         echo "<td hidden><input hidden id='gameId' name='gameIdName' value='" . $match['id'] . "'/>";
         echo "<td>".$match['gameDate'] . "</td>";