extend tourney schedule view

pull/620/head
Thibault Duplessis 2015-06-21 22:42:54 +02:00
parent 498a69fdac
commit e5a5dc4a0c
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ function isSystemTournament(t) {
module.exports = function(ctrl) {
now = (new Date()).getTime();
startTime = now - 3 * 60 * 60 * 1000;
stopTime = startTime + 8 * 60 * 60 * 1000;
stopTime = startTime + 10 * 60 * 60 * 1000;
if (!ctrl.data.systemTours) {
var tours = ctrl.data.finished.concat(ctrl.data.started).concat(ctrl.data.created);