disable page limit

This commit is contained in:
BuckarooBanzay 2020-02-19 20:28:47 +01:00
parent 7f75e225c5
commit 831b8a94cf

View File

@ -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", [