diff --git a/mozilla/calendar/resources/content/calendar.js b/mozilla/calendar/resources/content/calendar.js index 200d7309170..58330c46777 100644 --- a/mozilla/calendar/resources/content/calendar.js +++ b/mozilla/calendar/resources/content/calendar.js @@ -26,7 +26,7 @@ * Mike Norton * ArentJan Banck * Eric Belhaire - * Matthew Willis + * Matthew Willis * Joey Minta * Dan Mosedale * @@ -119,13 +119,6 @@ function calendarInit() alarmSvc.timezone = calendarDefaultTimezone(); alarmSvc.startup(); - if (("arguments" in window) && (window.arguments.length) && - (typeof(window.arguments[0]) == "object") && - ("channel" in window.arguments[0]) ) { - gCalendarWindow.calendarManager.checkCalendarURL( - window.arguments[0].channel ); - } - // a bit of a hack since the menulist doesn't remember the selected value var value = document.getElementById( 'event-filter-menulist' ).value; document.getElementById( 'event-filter-menulist' ).selectedItem =