From 542b2b21b16114c24f758d43b24c871545573314 Mon Sep 17 00:00:00 2001 From: "mikep%oeone.com" Date: Tue, 3 Sep 2002 19:04:23 +0000 Subject: [PATCH] Don't recall what this was for. --- calendar/resources/content/calendarWindow.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar/resources/content/calendarWindow.js b/calendar/resources/content/calendarWindow.js index e9572d74ecf..e031406d6a7 100644 --- a/calendar/resources/content/calendarWindow.js +++ b/calendar/resources/content/calendarWindow.js @@ -201,6 +201,8 @@ function CalendarWindow( calendarDataSource ) // add the observer to the event source gICalLib.addObserver( this.calendarEventDataSourceObserver ); + + var FilterList = document.getElementById( "event-filter-menulist" ); }