mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-28 14:45:28 +00:00
Monotone-Parent: 591189cd04bcdbe3a11183a6aca2bd58edc2ebea
Monotone-Revision: ccda1427d14d0786cfb28dbb253a43ab22a93a2e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-11T20:56:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2722,7 +2722,6 @@ function onDocumentKeydown(event) {
|
||||
function initCalendars() {
|
||||
sorting["attribute"] = "start";
|
||||
sorting["ascending"] = true;
|
||||
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
|
||||
|
||||
if (!$(document.body).hasClassName("popup")) {
|
||||
var node = $("filterpopup");
|
||||
@@ -2735,6 +2734,7 @@ function initCalendars() {
|
||||
initDateSelectorEvents();
|
||||
initCalendarSelector();
|
||||
configureSearchField();
|
||||
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
|
||||
configureLists();
|
||||
$("calendarList").attachMenu("calendarsMenu");
|
||||
$(document.body).observe("click", onBodyClickHandler);
|
||||
|
||||
Reference in New Issue
Block a user