Monotone-Parent: be4d354a53d48f0bb0000b543d31e805a289acd9

Monotone-Revision: 487f8acb57ef05be13059a57b5274da87d4d4cde

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-11-30T18:23:39
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-11-30 18:23:39 +00:00
parent e4ef12a690
commit 3ede37b026
1 changed files with 2 additions and 2 deletions

View File

@ -2280,8 +2280,8 @@ function drawNowLine () {
function initCalendars() {
sorting["attribute"] = "start";
sorting["ascending"] = true;
showCompletedTasks = UserSettings['ShowCompletedTasks'];
showCompletedTasks = parseInt(UserSettings['ShowCompletedTasks']);
if (!$(document.body).hasClassName("popup")) {
var node = $("filterpopup");
listFilter = node.value;