mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 02:02:32 +00:00
merge of '2609687767884b123c1ff765253fde7c75ef81b3'
and '6a69a9438cda177d7f4ada9b069b92023777399b' Monotone-Parent: 2609687767884b123c1ff765253fde7c75ef81b3 Monotone-Parent: 6a69a9438cda177d7f4ada9b069b92023777399b Monotone-Revision: 0a5eab06f5b8551e1e9b88968eb183d42fe76a95 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-16T02:14:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1755,6 +1755,7 @@ function configureLists() {
|
||||
var list = $("tasksList");
|
||||
list.multiselect = true;
|
||||
list.observe("mousedown", onTasksSelectionChange);
|
||||
list.observe("selectstart", listRowMouseDownHandler);
|
||||
|
||||
var input = $("showHideCompletedTasks");
|
||||
input.observe("click", onShowCompletedTasks);
|
||||
|
||||
Reference in New Issue
Block a user