mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 08:49:27 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user