mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
+ Start work on MenuView & friends
* connect.js no longer a module. Part of initial connection always * Cleaner & expandable BBS init * Better theme handling
This commit is contained in:
parent
14a321de2f
commit
c3aa4c44e2
8 changed files with 96 additions and 64 deletions
|
@ -7,7 +7,7 @@ var miscUtil = require('./misc_util.js');
|
|||
|
||||
module.exports = {
|
||||
// :TODO: remove this ... anti-pattern!
|
||||
config : undefined,
|
||||
//config : undefined,
|
||||
|
||||
defaultPath : function() {
|
||||
var base = miscUtil.resolvePath('~/');
|
||||
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
bbsName : 'Another Fine ENiGMA½ BBS',
|
||||
|
||||
// :TODO: probably replace this with 'firstMenu' or somthing once that's available
|
||||
entryMod : 'connect',
|
||||
entryMod : 'matrix',
|
||||
|
||||
preLoginTheme : '*',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue