diff options
| author | Javier Ciberman Mora <[email protected]> | 2020-12-08 13:28:49 -0300 |
|---|---|---|
| committer | Javier Ciberman Mora <[email protected]> | 2020-12-08 13:28:49 -0300 |
| commit | d4128f5a444bc30e1cc81248ce9802c296549bc0 (patch) | |
| tree | 736ee73d80db1f64f59e4b7bf8919ee1fbe20137 /cheatsheet/cheatsheet.html | |
| parent | 8d5e3de497e7e056d26e65b46b2f99bb35cae695 (diff) | |
| download | raylib.com-d4128f5a444bc30e1cc81248ce9802c296549bc0.tar.gz raylib.com-d4128f5a444bc30e1cc81248ce9802c296549bc0.zip | |
Fix jQuery JS file not loading
Diffstat (limited to 'cheatsheet/cheatsheet.html')
| -rw-r--r-- | cheatsheet/cheatsheet.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet/cheatsheet.html b/cheatsheet/cheatsheet.html index 92f17ad..cc19ea6 100644 --- a/cheatsheet/cheatsheet.html +++ b/cheatsheet/cheatsheet.html @@ -20,7 +20,7 @@ <meta property="og:description" content="Don't miss latest functions added to raylib... check raylib cheatsheet"/> <!-- 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/docco.min.css"> |
