зеркало из https://github.com/mozilla/pjs.git
Bug 457820 Clear autocomplete results when the search string is empty r=Standard8
This commit is contained in:
Родитель
5ade623a65
Коммит
4ff58f7c20
|
@ -598,6 +598,7 @@
|
|||
<body><![CDATA[
|
||||
var str = this.currentSearchString;
|
||||
if (!str) {
|
||||
this.clearResults(false);
|
||||
this.closeResultPopup();
|
||||
return;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче