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