mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
organise the libraries a bit
This commit is contained in:
parent
ad4815d672
commit
b3965d720c
8 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue