an other fix for 66771, sr=sspitzer, handle adding of fake rows when going from match all msgs to match all/any criteria

This commit is contained in:
bienvenu%nventure.com 2006-06-02 23:44:51 +00:00
Родитель 96ba6e66fd
Коммит 0b92200135
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -280,7 +280,7 @@ function booleanChanged(event) {
var searchTerms = document.getElementById("searchTermList");
if (searchTerms)
{
if (!matchAllValue && searchTerms.hidden)
if (!matchAllValue && searchTerms.hidden && !gTotalSearchTerms)
onMore(null); // fake to get empty row.
searchTerms.hidden = matchAllValue;
}