See ChangeLog

Monotone-Parent: dc272097703f10ee6c465fdca0d4d40682d7ce55
Monotone-Revision: aaedd91765af6a097de0bc56f29320d2bff91b79

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-18T03:13:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-18 03:13:56 +00:00
parent 8cebdc7033
commit 2cbe4e8fc1
2 changed files with 11 additions and 3 deletions

View File

@@ -2917,10 +2917,10 @@ function initCalendars() {
var controller = new SOGoTabsController();
controller.attachToTabsContainer(tabsContainer);
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
initDateSelectorEvents();
initCalendarSelector();
configureSearchField();
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
configureLists();
$("calendarList").attachMenu("calendarsMenu");
$(document.body).observe("click", onBodyClickHandler);