Monotone-Parent: 902728e5a33ce282632f568832f3de46adcda381

Monotone-Revision: 13615e3a056f85c87049c664f725060e540006e1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-06-12T13:40:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2007-06-12 13:40:40 +00:00
parent 1561198d05
commit 4860c47f3d

View file

@ -216,7 +216,7 @@ function deleteEventCallback(http) {
function editDoubleClickedEvent(event) {
_editEventId(this.cname, this.owner);
event.preventDefault();
preventDefault(event);
event.cancelBubble = true;
}
@ -370,6 +370,7 @@ function tasksListCallback(http) {
var owner = data[i][1];
listItem.owner = owner;
$(listItem).addClassName("ownerIs" + owner);
listItem.cname = data[i][0];
var input = document.createElement("input");
input.setAttribute("type", "checkbox");
listItem.appendChild(input);