mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 21:39:28 +00:00
Monotone-Parent: be4d354a53d48f0bb0000b543d31e805a289acd9
Monotone-Revision: 487f8acb57ef05be13059a57b5274da87d4d4cde Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-30T18:23:39 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user