diff --git a/calendar/resources/content/calendar.js b/calendar/resources/content/calendar.js index 200d73091708..58330c467776 100644 --- a/calendar/resources/content/calendar.js +++ b/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 =