[BUGFIX] No new nodes list error
This commit is contained in:
parent
4c70e23e6f
commit
51caf94846
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user