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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user