From 51caf9484652e33509f299387c31b816b6d85138 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Thu, 3 Nov 2016 21:45:15 +0100 Subject: [PATCH] [BUGFIX] No new nodes list error --- lib/simplenodelist.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/simplenodelist.js b/lib/simplenodelist.js index f5acfeb..da857eb 100644 --- a/lib/simplenodelist.js +++ b/lib/simplenodelist.js @@ -13,12 +13,7 @@ define(["moment", "virtual-dom", "helper", "moment.de"], function (moment, V, he var list = data.nodes[nodes]; if (list.length === 0) { - while (el.firstChild) { - el.removeChild(el.firstChild); - } - tbody = null; - return; }