зеркало из https://github.com/mozilla/gecko-dev.git
Remove ancient, broken command-line handling. No bug. rs=jminta
This commit is contained in:
Родитель
f39579f321
Коммит
2e9ec1c9d9
|
@ -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 =
|
||||
|
|
Загрузка…
Ссылка в новой задаче