Remove ancient, broken command-line handling. No bug. rs=jminta

git-svn-id: svn://10.0.0.236/trunk@212223 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mattwillis%gmail.com
2006-09-23 23:25:28 +00:00
parent ef1f8e4af9
commit 1486577eed

View File

@@ -26,7 +26,7 @@
* Mike Norton <xor@ivwnet.com>
* ArentJan Banck <ajbanck@planet.nl>
* Eric Belhaire <belhaire@ief.u-psud.fr>
* Matthew Willis <mattwillis@gmail.com>
* Matthew Willis <lilmatt@mozilla.com>
* Joey Minta <jminta@gmail.com>
* Dan Mosedale <dan.mosedale@oracle.com>
*
@@ -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 =