summaryrefslogtreecommitdiffhomepage
path: root/examples
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
parent8d5e3de497e7e056d26e65b46b2f99bb35cae695 (diff)
downloadraylib.com-d4128f5a444bc30e1cc81248ce9802c296549bc0.tar.gz
raylib.com-d4128f5a444bc30e1cc81248ce9802c296549bc0.zip
Fix jQuery JS file not loading
Diffstat (limited to 'examples')
-rw-r--r--examples/web/audio/loader.html2
-rw-r--r--examples/web/core/loader.html2
-rw-r--r--examples/web/models/loader.html2
-rw-r--r--examples/web/physics/loader.html2
-rw-r--r--examples/web/shaders/loader.html2
-rw-r--r--examples/web/shapes/loader.html2
-rw-r--r--examples/web/text/loader.html2
-rw-r--r--examples/web/textures/loader.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/web/audio/loader.html b/examples/web/audio/loader.html
index f0ff4d7..a4341fb 100644
--- a/examples/web/audio/loader.html
+++ b/examples/web/audio/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/core/loader.html b/examples/web/core/loader.html
index f0ff4d7..a4341fb 100644
--- a/examples/web/core/loader.html
+++ b/examples/web/core/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/models/loader.html b/examples/web/models/loader.html
index 40cbce7..7774334 100644
--- a/examples/web/models/loader.html
+++ b/examples/web/models/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/physics/loader.html b/examples/web/physics/loader.html
index f0ff4d7..a4341fb 100644
--- a/examples/web/physics/loader.html
+++ b/examples/web/physics/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/shaders/loader.html b/examples/web/shaders/loader.html
index 420f1b9..bd49897 100644
--- a/examples/web/shaders/loader.html
+++ b/examples/web/shaders/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/shapes/loader.html b/examples/web/shapes/loader.html
index f0ff4d7..a4341fb 100644
--- a/examples/web/shapes/loader.html
+++ b/examples/web/shapes/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/text/loader.html b/examples/web/text/loader.html
index f0ff4d7..a4341fb 100644
--- a/examples/web/text/loader.html
+++ b/examples/web/text/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">
diff --git a/examples/web/textures/loader.html b/examples/web/textures/loader.html
index f0ff4d7..a4341fb 100644
--- a/examples/web/textures/loader.html
+++ b/examples/web/textures/loader.html
@@ -17,7 +17,7 @@
<meta property="og:description" content="This is a small example of what you can do with raylib"/>
<!-- 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>
<!-- hightlight.js - Syntax highlighting for the Web -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.1/styles/default.min.css">