diff options
| author | raysan5 <[email protected]> | 2021-09-03 15:17:28 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-09-03 15:17:28 +0200 |
| commit | a1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f (patch) | |
| tree | 3b2f0973987f7f5e2fd9ec8ffbcb17e801cf7445 /common | |
| parent | 9d04210f4a05ff2deafdbafc536032bc15910081 (diff) | |
| download | raylib.com-a1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f.tar.gz raylib.com-a1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f.zip | |
Reviewed paths
Diffstat (limited to 'common')
| -rw-r--r-- | common/games.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/games.js b/common/games.js index e5110ca..2570fb5 100644 --- a/common/games.js +++ b/common/games.js @@ -53,7 +53,7 @@ $(document).ready(function() { var linkTag; - if (filterType == 'classic') linkTag = '<a class="fancybox fancybox.iframe" href="games/loader.html?name=' + exampleName[i] + '" title="' + exampleDesc[i] + '">'; + if (filterType == 'classic') linkTag = '<a class="fancybox fancybox.iframe" href="games/classics/loader.html?name=' + exampleName[i] + '" title="' + exampleDesc[i] + '">'; else if (filterType == 'game') linkTag = '<a target="_blank" href="games/' + exampleName[i].substring(5) + '.html" title="' + exampleDesc[i] + '">'; $('#container').append( |
