summaryrefslogtreecommitdiffhomepage
path: root/common/games.js
diff options
context:
space:
mode:
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..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(