diff options
| author | Ray <[email protected]> | 2020-12-11 20:13:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-11 20:13:25 +0100 |
| commit | 43197bc03df26e6b07d319f89ed2c4aa4b14f2a9 (patch) | |
| tree | 736ee73d80db1f64f59e4b7bf8919ee1fbe20137 /examples/web/physics/loader.html | |
| parent | 8d5e3de497e7e056d26e65b46b2f99bb35cae695 (diff) | |
| parent | d4128f5a444bc30e1cc81248ce9802c296549bc0 (diff) | |
| download | raylib.com-43197bc03df26e6b07d319f89ed2c4aa4b14f2a9.tar.gz raylib.com-43197bc03df26e6b07d319f89ed2c4aa4b14f2a9.zip | |
Merge pull request #19 from jhm-ciberman/master
Fix jQuery JS file not loading
Diffstat (limited to 'examples/web/physics/loader.html')
| -rw-r--r-- | examples/web/physics/loader.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |
