mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-25 20:18:25 +02:00
* Missing ;
This commit is contained in:
parent
a3e37293f4
commit
3db16ed4a1
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) {
|
|||
},
|
||||
function applyThemeCustomization(callback) {
|
||||
//if(_.isObject(formConfig)) {
|
||||
formConfig = formConfig || {}
|
||||
formConfig = formConfig || {};
|
||||
|
||||
console.log(formConfig)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue