diff options
Diffstat (limited to 'examples/web/audio/loader.html')
| -rw-r--r-- | examples/web/audio/loader.html | 2 |
1 files changed, 1 insertions, 1 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"> |
