mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 18:57:18 +00:00
Monotone-Parent: 477e32cf5b5583a15d85d9811ea38d461ff7de4e
Monotone-Revision: 469d156712114bc63eea7b914bbf76d4166fc60e Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-21T19:06:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -990,11 +990,12 @@ function initCriteria() {
|
||||
searchValue.setStyle({ color: "#aaa" });
|
||||
}
|
||||
// Set the checkmark to the first option
|
||||
firstOption.addClassName("_chosen");
|
||||
if (searchOptions.chosenNode)
|
||||
searchOptions.chosenNode.removeClassName("_chosen");
|
||||
firstOption.addClassName("_chosen");
|
||||
searchOptions.chosenNode = firstOption;
|
||||
}
|
||||
searchValue.blur();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user