summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-09-03 15:00:53 +0200
committerraysan5 <[email protected]>2021-09-03 15:00:53 +0200
commit9d4696f7593f93de8a0747ace49ee036bf3e96a9 (patch)
tree46f43ae258e48af366e06f85da3f63203005dbc4 /common
parentc960ec52c69a369ad60c6f3ea97ad286cc8a0bd5 (diff)
downloadraylib.com-9d4696f7593f93de8a0747ace49ee036bf3e96a9.tar.gz
raylib.com-9d4696f7593f93de8a0747ace49ee036bf3e96a9.zip
Update games.js
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 c2b1635..e5110ca 100644
--- a/common/games.js
+++ b/common/games.js
@@ -53,7 +53,7 @@ $(document).ready(function() {
var linkTag;
- if (filterType == 'classics') 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/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(