From 0eba12c2af6950c67d339e6ecdc5e556fb3dd499 Mon Sep 17 00:00:00 2001 From: "mikep%oeone.com" Date: Thu, 27 Jun 2002 19:09:24 +0000 Subject: [PATCH] Trying to get selection and checkbox checking working together. --- calendar/resources/content/calendar.xul | 18 ++---------------- calendar/resources/content/unifinderToDo.js | 4 ---- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/calendar/resources/content/calendar.xul b/calendar/resources/content/calendar.xul index d5098ccf7f71..842899bdfced 100644 --- a/calendar/resources/content/calendar.xul +++ b/calendar/resources/content/calendar.xul @@ -248,35 +248,21 @@ - + - - - + - diff --git a/calendar/resources/content/unifinderToDo.js b/calendar/resources/content/unifinderToDo.js index 8acfc7092208..7428461b8c8d 100644 --- a/calendar/resources/content/unifinderToDo.js +++ b/calendar/resources/content/unifinderToDo.js @@ -128,10 +128,6 @@ function toDoUnifinderRefesh() function unifinderClickToDo( event ) { - var ThisToDo = event.currentTarget.toDo; - - //the following line causes the selection to NOT happen for some reason. - event.currentTarget.parentNode.selectItem( event.currentTarget ); } /**