Sfoglia il codice sorgente

Undo disable, not working

Axel Nordh 4 anni fa
parent
commit
9bf7e11e55
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>";