Fix for 49480. And/or works in search and filters r=alecf,mscott

git-svn-id: svn://10.0.0.236/trunk@77235 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
putterman%netscape.com
2000-08-26 02:06:25 +00:00
parent deff25d80d
commit af9b4929cd

View File

@@ -208,7 +208,7 @@ function booleanChanged(event) {
(event.target.getAttribute("data") == "and") ? true : false;
for (var i=0; i<gSearchTerms.length; i++) {
var searchTerm = gSearchTerms[i];
gSearchTerms.booleanAnd = newBoolValue;
searchTerm.booleanAnd = newBoolValue;
}
dump("Boolean is now " + event.target.data + "\n");
}