Monotone-Parent: b3600c7338751f5409cd7560c74becdc13e172f8

Monotone-Revision: 3c0fcfcac202c6097fb0fa37b97c52fef28e9c93

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-07-15T19:22:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-07-15 19:22:29 +00:00
parent c0adff9615
commit e653f4b517
6 changed files with 14 additions and 8 deletions

View File

@@ -1814,6 +1814,7 @@ function configureLists() {
var list = $("tasksList");
list.multiselect = true;
list.observe("mousedown", onTasksSelectionChange);
list.observe("selectstart", listRowMouseDownHandler);
var input = $("showHideCompletedTasks");
input.observe("click", onShowCompletedTasks);