Corrected hours to minutes

This commit is contained in:
Thomas FORGIONE 2015-08-07 16:50:18 +02:00
parent fb56153b4d
commit d13465e71f
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ setTimeout(function() {
$('#next').click(function() {
window.location = '/prototype/games';
});
}, 3*60*60*1000);
}, 3*60*1000);
function main() {

View File

@ -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++) {