Monotone-Parent: 927401b4ee5f346c42cc85dd63cd0389c175c226

Monotone-Revision: 110a71a41b33e24efaf1a4226f01890c4862b3ad

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-01-16T21:24:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-01-16 21:24:39 +00:00
parent 317f4e4651
commit b969506d27

View File

@@ -862,7 +862,12 @@ function setSearchCriteria(event) {
if (this.parentNode.chosenNode)
this.parentNode.chosenNode.removeClassName("_chosen");
this.addClassName("_chosen");
this.parentNode.chosenNode = this;
if (this.parentNode.chosenNode != this) {
searchValue.lastSearch = null;
this.parentNode.chosenNode = this;
onSearchFormSubmit();
}
}
function checkSearchValue(event) {