Ability to set 'next' to advance to next area/conf during newscan

This commit is contained in:
Bryan Ashby 2017-08-29 19:38:34 -06:00
parent b1d855e36c
commit af911f8e74
3 changed files with 20 additions and 4 deletions

View file

@ -169,7 +169,6 @@ exports.FullScreenEditorModule = exports.getModule = class FullScreenEditorModul
}
cb(newFocusViewId);
},
headerSubmit : function(formData, extraArgs, cb) {
self.switchToBody();
return cb(null);