From 5e8730f8da5e780741e624269865119da3cb0665 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 12 Sep 2017 12:39:27 +0200 Subject: Update games.js --- common/js/games.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/common/js/games.js b/common/js/games.js index 67a9e50..572ec2c 100644 --- a/common/js/games.js +++ b/common/js/games.js @@ -20,9 +20,6 @@ $(document).ready(function() { 'game_koala_seasons', 'game_light_my_ritual', 'game_wave_collector', - 'user_raymario', - 'user_crazyball', - 'user_tictactoe', 'user_super_red_rope', 'user_taptojamp', 'user_funwithsat']; @@ -44,9 +41,6 @@ $(document).ready(function() { 'Koala Seasons', 'LIGHT MY RITUAL', 'Wave Collector', - 'RayMario (Victor Fisac)', - 'CrazyBall (Victor Fisac)', - 'Tic-Tac-Toe (LelixSuper)', 'Super Red Rope Puzzles (Kurnic)', 'TapToJAmp (MarcMDE)', 'FunWithSATCollisions (MarcMDE)']; @@ -63,9 +57,6 @@ $(document).ready(function() { { switch (exampleName[i]) { - case 'user_raymario': linkTag = ''; break; - case 'user_crazyball': linkTag = ''; break; - case 'user_tictactoe': linkTag = ''; break; case 'user_super_red_rope': linkTag = ''; break; case 'user_taptojamp': linkTag = ''; break; case 'user_funwithsat': linkTag = ''; break; @@ -100,4 +91,4 @@ $(document).ready(function() { function() { $(this).stop().animate({ opacity:0 }, 200, "easeOutQuad" ); } ) */ -}); \ No newline at end of file +}); -- cgit v1.2.3