mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* Work on Renegade style pipe codes
* Change age -> birthday * Minor tweaks and tests
This commit is contained in:
parent
31ff67f32b
commit
81e684cdcc
11 changed files with 58 additions and 28 deletions
|
@ -50,7 +50,6 @@ function JSONCache() {
|
|||
JSONCache.prototype.getJSON = function(fileName, cb) {
|
||||
var self = this;
|
||||
var filePath = paths.join(Config.paths.mods, fileName);
|
||||
console.log(filePath)
|
||||
|
||||
if(filePath in this.cache) {
|
||||
cb(null, this.cache[filePath]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue