mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
* A couple notes
This commit is contained in:
parent
89adc83fc6
commit
31ff67f32b
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ function handleAction(client, formData, conf) {
|
||||||
callModuleMenuMethod(paths.join(Config.paths.mods, actionAsset.location));
|
callModuleMenuMethod(paths.join(Config.paths.mods, actionAsset.location));
|
||||||
} else {
|
} else {
|
||||||
if('systemMethod' === actionAsset.type) {
|
if('systemMethod' === actionAsset.type) {
|
||||||
|
// :TODO: Need to pass optional args here -- conf.extraArgs and args between e.g. ()
|
||||||
|
// :TODO: Probably better as system_method.js
|
||||||
callModuleMenuMethod(paths.join(__dirname, 'system_menu_method.js'));
|
callModuleMenuMethod(paths.join(__dirname, 'system_menu_method.js'));
|
||||||
} else {
|
} else {
|
||||||
// local to current module
|
// local to current module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue