diff --git a/js/l3d/apps/prototype/interactive/main.js b/js/l3d/apps/prototype/interactive/main.js index ddab4f5..e3a59b1 100644 --- a/js/l3d/apps/prototype/interactive/main.js +++ b/js/l3d/apps/prototype/interactive/main.js @@ -32,7 +32,7 @@ setTimeout(function() { $('#next').click(function() { window.location = '/prototype/games'; }); -}, 3*60*60*1000); +}, 3*60*1000); function main() { diff --git a/js/l3d/apps/prototype/tutorial/TutorialSteps.js b/js/l3d/apps/prototype/tutorial/TutorialSteps.js index b437096..e88e7ba 100644 --- a/js/l3d/apps/prototype/tutorial/TutorialSteps.js +++ b/js/l3d/apps/prototype/tutorial/TutorialSteps.js @@ -215,7 +215,7 @@ TutorialSteps.prototype.nextStep = function() { $('#next').click(function() { window.location = '/before-begin'; }); - }, 3*60*60*1000); + }, 3*60*1000); var cams = L3D.createPeachRecommendations(this.container_size.width(), this.container_size.height()); for (var i = 2; i < cams.length; i++) {