|
@@ -41,7 +41,7 @@ $betMarginAway = 1 + ($leagueInfo['betMarginAway'] / 100);
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<?php
|
|
<?php
|
|
|
foreach ($matches as $match) {
|
|
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 "<tr>";
|
|
|
echo "<td hidden><input hidden id='gameId' name='gameIdName' value='" . $match['id'] . "'/>";
|
|
echo "<td hidden><input hidden id='gameId' name='gameIdName' value='" . $match['id'] . "'/>";
|
|
|
echo "<td>".$match['gameDate'] . "</td>";
|
|
echo "<td>".$match['gameDate'] . "</td>";
|