* Minor changes to demo mode.

This commit is contained in:
Bryan Ashby 2015-04-28 17:18:02 -06:00
parent 99fb3b34c7
commit 8bc2f31967
4 changed files with 22 additions and 9 deletions

View file

@ -459,6 +459,7 @@ ViewController.prototype.loadFromMenuConfig = function(options, cb) {
}
}
Log.trace( { formValue : formValue, actionValue : actionValue }, 'Action match');
return true;
};