Bug 457820 Clear autocomplete results when the search string is empty r=Standard8

This commit is contained in:
Neil Rashbrook 2008-10-08 13:08:53 +01:00
Родитель 5ade623a65
Коммит 4ff58f7c20
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -598,6 +598,7 @@
<body><![CDATA[
var str = this.currentSearchString;
if (!str) {
this.clearResults(false);
this.closeResultPopup();
return;
}