Project

General

Profile

Bug #24721 ยป 17210.diff

Administrator Admin, 2011-01-22 15:35

View differences:

typo3/js/livesearch.js (working copy)
removeHelp : function() {
if (this.helpList) {
this.helpList.destroy();
delete this.helpList;
}
},
......
}
},
postBlur : function() {
TYPO3.BackendLiveSearch.superclass.postBlur.apply(this, arguments);
onBlur : function() {
TYPO3.BackendLiveSearch.superclass.onBlur.apply(this, arguments);
this.removeHelp();
},
    (1-1/1)