Bug #24721 ยป 17210.diff
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();
|
||
},
|
||