diff --git a/controllers/prototype/views/prototype_arrows.jade b/controllers/prototype/views/prototype_arrows.jade index c4ddb63..272db79 100644 --- a/controllers/prototype/views/prototype_arrows.jade +++ b/controllers/prototype/views/prototype_arrows.jade @@ -10,6 +10,7 @@ block configjs $('#next').show(); $('#next').click(function() { window.location = '/prototype/arrows'; + $('#next').click(function() {}); }); }; diff --git a/controllers/prototype/views/prototype_recommendation.jade b/controllers/prototype/views/prototype_recommendation.jade index a7ecbc8..5bc3621 100644 --- a/controllers/prototype/views/prototype_recommendation.jade +++ b/controllers/prototype/views/prototype_recommendation.jade @@ -10,6 +10,7 @@ block configjs $('#next').show(); $('#next').click(function() { window.location = '/prototype/game'; + $('#next').click(function() {}); }); }; diff --git a/controllers/prototype/views/prototype_viewports.jade b/controllers/prototype/views/prototype_viewports.jade index ac5ad60..3c49860 100644 --- a/controllers/prototype/views/prototype_viewports.jade +++ b/controllers/prototype/views/prototype_viewports.jade @@ -10,6 +10,7 @@ block configjs $('#next').show(); $('#next').click(function() { window.location = '/prototype/arrows'; + $('#next').click(function() {}); }); }; diff --git a/js/l3d/apps/prototype/interactive/main.js b/js/l3d/apps/prototype/interactive/main.js index 4249c90..ee70e59 100644 --- a/js/l3d/apps/prototype/interactive/main.js +++ b/js/l3d/apps/prototype/interactive/main.js @@ -33,6 +33,7 @@ Coin.onCoinGot = function(coin) { $('#next').show(); $('#next').click(function() { window.location = '/prototype/games'; + $('#next').click(function() {}); }); }, 60*1000); } diff --git a/js/l3d/apps/prototype/tutorial/main.js b/js/l3d/apps/prototype/tutorial/main.js index 6ad82cc..ec1dba2 100644 --- a/js/l3d/apps/prototype/tutorial/main.js +++ b/js/l3d/apps/prototype/tutorial/main.js @@ -24,6 +24,7 @@ Coin.onCoinGot = function(val) { $('#next').show(); $('#next').click(function() { window.location = '/prototype/games'; + $('next').click(function() {}); }); }, 60*1000); }