Skip to content
Snippets Groups Projects
Unverified Commit e2a6200d authored by Moritz Warning's avatar Moritz Warning Committed by Xaver Maierhofer
Browse files

[BUGFIX] Allow missing site

parent a5d4140b
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper'],
}
});
}
return rt;
return rt || undefined;
}
function showUptime(d) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment