mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
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:
@@ -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} );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user