diff options
| author | Ray <[email protected]> | 2020-12-15 17:39:09 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-12-15 17:39:09 +0100 |
| commit | 353f573ade2e0903fe0ef9b599db955b1038804b (patch) | |
| tree | b23ae77da62337297af3bf878a491f98656ac654 /examples | |
| parent | 43197bc03df26e6b07d319f89ed2c4aa4b14f2a9 (diff) | |
| download | raylib.com-353f573ade2e0903fe0ef9b599db955b1038804b.tar.gz raylib.com-353f573ade2e0903fe0ef9b599db955b1038804b.zip | |
Revert "Fix jQuery JS file not loading"
This reverts commit d4128f5a444bc30e1cc81248ce9802c296549bc0.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/web/audio/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/core/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/models/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/physics/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/shaders/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/shapes/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/text/loader.html | 2 | ||||
| -rw-r--r-- | examples/web/textures/loader.html | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/web/audio/loader.html b/examples/web/audio/loader.html index a4341fb..f0ff4d7 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 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> <!-- 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 a4341fb..f0ff4d7 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 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> <!-- 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 7774334..40cbce7 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 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> <!-- 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 a4341fb..f0ff4d7 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 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> <!-- 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 bd49897..420f1b9 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 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> <!-- 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 a4341fb..f0ff4d7 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 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> <!-- 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 a4341fb..f0ff4d7 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 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> <!-- 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 a4341fb..f0ff4d7 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 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> <!-- 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"> |
