Remember that console.log breaks IE9 when the console is not open !!!

SVN:2.3[4314]
This commit is contained in:
Denis Flaven
2016-08-05 10:07:09 +00:00
parent 5863128c0c
commit c55a46e52b
2 changed files with 2 additions and 2 deletions

View File

@@ -195,7 +195,7 @@ EOF
me.element.find('#{$this->oField->GetGlobalId()}').val(sItemId);
me.element.find('#{$sAutocompleteFieldId}').val(sItemName);
oAutocompleteSource_{$this->oField->GetId()}.index.datums[sItemId] = {id: sItemId, name: sItemName};
console.log('callback', oData);
//console.log('callback', oData);
// Triggering field change event
me.element.closest(".field_set").trigger("field_change", {
id: me.element.find('#{$this->oField->GetGlobalId()}').attr("id"),