Monotone-Parent: 4198e2465d45fe776a415bd2dea2e4f56eed4826

Monotone-Revision: 58bd680508238fce5d64f34df8270f76a1937b44

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-30T18:11:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-11-30 18:11:31 +00:00
parent 62856908bb
commit ea65257acf
2 changed files with 4 additions and 3 deletions

View File

@@ -2280,9 +2280,7 @@ function drawNowLine () {
function initCalendars() {
sorting["attribute"] = "start";
sorting["ascending"] = true;
/* FIXME: does this work at all? ShowCompletedTasks is in
UserSettings["Calendar"]... */
showCompletedTasks = UserDefaults['ShowCompletedTasks'];
showCompletedTasks = UserSettings['ShowCompletedTasks'];
if (!$(document.body).hasClassName("popup")) {
var node = $("filterpopup");