Corrected hours to minutes
This commit is contained in:
parent
fb56153b4d
commit
d13465e71f
|
@ -32,7 +32,7 @@ setTimeout(function() {
|
|||
$('#next').click(function() {
|
||||
window.location = '/prototype/games';
|
||||
});
|
||||
}, 3*60*60*1000);
|
||||
}, 3*60*1000);
|
||||
|
||||
function main() {
|
||||
|
||||
|
|
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue