summaryrefslogtreecommitdiffhomepage
path: root/examples.html
diff options
context:
space:
mode:
authorJavier Ciberman Mora <[email protected]>2020-12-08 13:28:49 -0300
committerJavier Ciberman Mora <[email protected]>2020-12-08 13:28:49 -0300
commitd4128f5a444bc30e1cc81248ce9802c296549bc0 (patch)
tree736ee73d80db1f64f59e4b7bf8919ee1fbe20137 /examples.html
parent8d5e3de497e7e056d26e65b46b2f99bb35cae695 (diff)
downloadraylib.com-d4128f5a444bc30e1cc81248ce9802c296549bc0.tar.gz
raylib.com-d4128f5a444bc30e1cc81248ce9802c296549bc0.zip
Fix jQuery JS file not loading
Diffstat (limited to 'examples.html')
-rw-r--r--examples.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples.html b/examples.html
index 84e1ce7..7fac617 100644
--- a/examples.html
+++ b/examples.html
@@ -100,7 +100,7 @@
</div>
<!-- Add jQuery library -->
- <script type="text/javascript" src="https://code.jquery.com/jquery-latest.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Add jQuery easing plugin -->
<script src="common/libs/jquery.easing.1.3.js"></script>