From 9d4696f7593f93de8a0747ace49ee036bf3e96a9 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Fri, 3 Sep 2021 15:00:53 +0200 Subject: Update games.js --- common/games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; + if (filterType == 'classic') linkTag = ''; else if (filterType == 'game') linkTag = ''; $('#container').append( -- cgit v1.2.3