mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 12:16:23 +00:00
Monotone-Parent: 95d8923e8079c979c08c78e8ff746c5c72aad02f
Monotone-Revision: be6f53a63508a39bc22a09d7c9f9b0cd33845b11 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-05-28T16:12:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1052,7 +1052,6 @@ function initCalendarSelector() {
|
||||
Event.observe(input, "change", updateCalendarStatus);
|
||||
Event.observe(list[i], "mousedown", listRowMouseDownHandler);
|
||||
Event.observe(list[i], "click", onRowClick);
|
||||
// list[i].addEventListener("contextmenu", onContactFoldersContextMenu, false);
|
||||
}
|
||||
|
||||
var links = $("calendarSelectorButtons").childNodesWithTag("a");
|
||||
@@ -1147,4 +1146,4 @@ function initCalendars() {
|
||||
}
|
||||
}
|
||||
|
||||
Event.observe(window, "load", initCalendars);
|
||||
addEvent(window, 'DOMContentLoaded', initCalendars);
|
||||
|
||||
Reference in New Issue
Block a user