mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 23:16:09 +02:00
+ stats.js: public APIs for accessing various system stats. Probably needs a better name
* Fix pause placement. Wait for all views ready before placing cursor such that the prompt will display in the right spot
This commit is contained in:
parent
4a342ba2fa
commit
44a0f87a24
5 changed files with 116 additions and 47 deletions
|
@ -244,7 +244,7 @@ function getArtFromPath(path, options, cb) {
|
|||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
if(options.readSauce === true) {
|
||||
readSAUCE(data, function onSauce(err, sauce) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue