- Safer way to pass information through the WizardHelper JS object.

- Removed an unneeded size=100% that bothers IE.

SVN:trunk[960]
This commit is contained in:
Denis Flaven
2010-11-22 13:27:41 +00:00
parent ed39fa2c96
commit b30d6c4888
2 changed files with 3 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ function WizardHelper(sClass, sFormPrefix)
$.post('ajax.render.php',
{ operation: 'wizard_helper', json_obj: this.ToJSON() },
function(html){
$('body').append(html);
$('#ajax_content').html(html);
//console.log('data received:', oWizardHelper);
//oWizardHelper.FromJSON(json_data);
//oWizardHelper.UpdateFields(); // Is done directly in the html provided by ajax.render.php