summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-09-03 15:17:28 +0200
committerraysan5 <[email protected]>2021-09-03 15:17:28 +0200
commita1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f (patch)
tree3b2f0973987f7f5e2fd9ec8ffbcb17e801cf7445 /common
parent9d04210f4a05ff2deafdbafc536032bc15910081 (diff)
downloadraylib.com-a1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f.tar.gz
raylib.com-a1d7f54924ca795aabb5873f8e4ff5f8bc67cd9f.zip
Reviewed paths
Diffstat (limited to 'common')
-rw-r--r--common/games.js2
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(