organise the libraries a bit

This commit is contained in:
Lisa Milne 2023-12-17 09:49:21 +10:00
parent ad4815d672
commit b3965d720c
8 changed files with 1 additions and 1 deletions

View file

@ -425,7 +425,7 @@ cat /etc/greeting
var f = clite.includes.libs[index];
index++;
clite.state.bios.core.load.script('clite/'+f,cb);
clite.state.bios.core.load.script('clite/libs/'+f,cb);
}
cb();
}