From e2a6200d7573e64b2ff4dd8789385e788b96ac8a Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 7 Sep 2017 22:07:59 +0200 Subject: [PATCH] [BUGFIX] Allow missing site --- lib/infobox/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/infobox/node.js b/lib/infobox/node.js index a15b40a..ce13df9 100644 --- a/lib/infobox/node.js +++ b/lib/infobox/node.js @@ -45,7 +45,7 @@ define(['sorttable', 'snabbdom', 'd3-interpolate', 'moment', 'helper'], } }); } - return rt; + return rt || undefined; } function showUptime(d) {