mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
web fix. dope
This commit is contained in:
parent
f8ed6b04fc
commit
dff5825bfe
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"webHost": "localhost",
|
"webHost": "localhost",
|
||||||
"webPort": 8090
|
"webPort": 9001
|
||||||
}
|
}
|
||||||
|
2
run.js
2
run.js
@ -207,7 +207,7 @@ DBot.prototype.reloadModules = function() {
|
|||||||
if(module.pages) {
|
if(module.pages) {
|
||||||
_.extend(this.pages, module.pages);
|
_.extend(this.pages, module.pages);
|
||||||
_.each(module.pages, function(page) {
|
_.each(module.pages, function(page) {
|
||||||
page.module = name;
|
page.module = module;
|
||||||
}, this);
|
}, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user