Sfoglia il codice sorgente

added jquery import

Axel Nordh 4 anni fa
parent
commit
c1794b4aa5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      OddsJavaFx/src/web/matchTable.php

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

@@ -11,6 +11,7 @@ $matches = $conn->getMatches($countryId, $leagueId);
 ?>
 <head>
   <link rel="stylesheet" href="style.css">
+   <script src="https://code.jquery.com/jquery-3.5.0.js"></script>
 </head>
 <body>