Fixed a regression: autocomplete not working due to a change in the execution of the script rendered in Ajax

SVN:trunk[168]
This commit is contained in:
Romain Quetiez
2009-09-16 15:00:40 +00:00
parent 6964ca3003
commit 5efd4f10f5
3 changed files with 4 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ function WizardHelper(sClass)
$('body').append(html);
//console.log('data received:', oWizardHelper);
//oWizardHelper.FromJSON(json_data);
oWizardHelper.UpdateFields();
//oWizardHelper.UpdateFields(); // Is done directly in the html provided by ajax.render.php
//console.log(oWizardHelper);
$('#wizStep'+ G_iCurrentStep).unblock( {fadeOut: 0} );
});