mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Some notes
This commit is contained in:
parent
2aa43295e3
commit
767319e234
2 changed files with 9 additions and 0 deletions
|
@ -508,6 +508,9 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) {
|
|||
});
|
||||
},
|
||||
function applyViewConfiguration(callback) {
|
||||
//
|
||||
// :TODO: need to merge configs from menu -> theme (specific) -> theme (default) -> defaults
|
||||
|
||||
if(_.isObject(formConfig)) {
|
||||
self.applyViewConfig(formConfig, function configApplied(err, info) {
|
||||
initialFocusId = info.initialFocusId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue