diff --git a/app/js/index.js b/app/js/index.js index 3fa20fb..45a5375 100644 --- a/app/js/index.js +++ b/app/js/index.js @@ -22,7 +22,7 @@ m.request("./data/nodes.json") }); // Only show the first few items - rows = rows.splice(0, 25); + //rows = rows.splice(0, 25); const table = m("table", [ m("thead", [