diff --git a/js/wizardhelper.js b/js/wizardhelper.js index a66be5cd8..ffdece1e3 100644 --- a/js/wizardhelper.js +++ b/js/wizardhelper.js @@ -136,6 +136,12 @@ function WizardHelper(sClass, sFormPrefix, sState) } } + this.UpdateWizardToJSON = function () + { + this.UpdateWizard(); + return this.ToJSON() + } + this.AjaxQueryServer = function () { //console.log('data sent:', this.ToJSON());