зеркало из https://github.com/mozilla/pjs.git
Fixing problem with arguments not being passed in. Window is now being opened as a dialog (bad)
This commit is contained in:
Родитель
de23b288db
Коммит
08b8e4b3bd
|
@ -137,8 +137,8 @@ function (aContentType, aCommand, aWindowTarget, aRequest)
|
|||
|
||||
var args = new Object ();
|
||||
args.url = channel.URI.spec;
|
||||
|
||||
w.open("chrome://calendar/content/calendar.xul", "calendar", "chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar");
|
||||
dump( "\n\nURL IS "+args.url );
|
||||
w.openDialog("chrome://calendar/content/calendar.xul", "calendar", "chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar", args);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче