mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-15 18:28:51 +00:00
Monotone-Parent: f463d17bed09b78de002a4dfc873a1f45b6aa7b7
Monotone-Revision: ffa74c2e225e0a673981d5b4a7bfed4d371263a8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-22T21:14:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1116,9 +1116,21 @@ function initCalendarContactsSelector() {
|
||||
}
|
||||
}
|
||||
|
||||
function configureSearchField() {
|
||||
var searchValue = $("searchValue");
|
||||
|
||||
searchValue.addEventListener("mousedown", onSearchMouseDown, false);
|
||||
searchValue.addEventListener("click", popupSearchMenu, false);
|
||||
searchValue.addEventListener("blur", onSearchBlur, false);
|
||||
searchValue.addEventListener("focus", onSearchFocus, false);
|
||||
searchValue.addEventListener("keydown", onSearchKeyDown, false);
|
||||
}
|
||||
|
||||
function initCalendars() {
|
||||
if (!document.body.hasClassName("popup"))
|
||||
initCalendarContactsSelector();
|
||||
if (!document.body.hasClassName("popup")) {
|
||||
initCalendarContactsSelector();
|
||||
configureSearchField();
|
||||
}
|
||||
}
|
||||
|
||||
function onSchedulerBodyKeyUp(event) {
|
||||
|
||||
Reference in New Issue
Block a user