mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user