summaryrefslogtreecommitdiffhomepage
path: root/games.html
diff options
context:
space:
mode:
authorRay <[email protected]>2020-12-15 17:39:09 +0100
committerRay <[email protected]>2020-12-15 17:39:09 +0100
commit353f573ade2e0903fe0ef9b599db955b1038804b (patch)
treeb23ae77da62337297af3bf878a491f98656ac654 /games.html
parent43197bc03df26e6b07d319f89ed2c4aa4b14f2a9 (diff)
downloadraylib.com-353f573ade2e0903fe0ef9b599db955b1038804b.tar.gz
raylib.com-353f573ade2e0903fe0ef9b599db955b1038804b.zip
Revert "Fix jQuery JS file not loading"
This reverts commit d4128f5a444bc30e1cc81248ce9802c296549bc0.
Diffstat (limited to 'games.html')
-rw-r--r--games.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/games.html b/games.html
index 8ef5d20..4b6752c 100644
--- a/games.html
+++ b/games.html
@@ -81,7 +81,7 @@
</div>
<!-- Add jQuery library -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
+ <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
<!-- Add jQuery easing plugin -->
<script src="common/libs/jquery.easing.1.3.js"></script>