mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user