* JSONCache -> ConfigCache

* ConfigCache used for theme.hjson
* Reformatted theme.hjson JSON to HJSON
* Specific form ID used when applying themes if available, else generic match used
* Pass extraArgs when processing 'next'
This commit is contained in:
Bryan Ashby 2015-09-09 21:31:04 -06:00
parent cc6d214882
commit 481c3171f4
8 changed files with 233 additions and 175 deletions

View file

@ -562,6 +562,7 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) {
type : 'menus',
client : self.client,
configMci : formConfig.mci,
formId : formIdKey,
});
}