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 ); } /**