[BUGFIX] Allow missing site

This commit is contained in:
Moritz Warning 2017-09-07 22:07:59 +02:00 committed by Xaver Maierhofer
parent a5d4140bda
commit e2a6200d75
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper'],
}
});
}
return rt;
return rt || undefined;
}
function showUptime(d) {