summaryrefslogtreecommitdiffhomepage
path: root/common/games.js
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-09-03 14:58:55 +0200
committerraysan5 <[email protected]>2021-09-03 14:58:55 +0200
commitc960ec52c69a369ad60c6f3ea97ad286cc8a0bd5 (patch)
tree47010cdde7e68ad589260f39338719c47074855a /common/games.js
parent23cb733355749150af2b28d17c15b9e57a76c273 (diff)
downloadraylib.com-c960ec52c69a369ad60c6f3ea97ad286cc8a0bd5.tar.gz
raylib.com-c960ec52c69a369ad60c6f3ea97ad286cc8a0bd5.zip
Rename sample to classic
Diffstat (limited to 'common/games.js')
-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..c2b1635 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 == 'classics') 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(