mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 20:09:28 +00:00
ChangeLog
Monotone-Parent: 3a4ad086b44cb19e39fec3273f04fd22146bf748 Monotone-Revision: b37028587e6fb2604e3892c8f3d188afd477de30 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-17T15:51:35 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -711,12 +711,10 @@ function updateCalendarStatus()
|
||||
{
|
||||
var list = new Array();
|
||||
|
||||
log ("update...");
|
||||
var clist = $("calendarsList");
|
||||
var nodes = clist.childNodesWithTag("ul")[0].childNodesWithTag("li");
|
||||
for (var i = 0; i < nodes.length; i++) {
|
||||
var input = nodes[i].childNodesWithTag("input")[0];
|
||||
log("input: " + input + input.checked);
|
||||
if (input.checked)
|
||||
list.push(nodes[i].getAttribute("uid"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user