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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user