зеркало из https://github.com/mozilla/pjs.git
Ugh. Messed up that last checkin. Still bug 91539
This commit is contained in:
Родитель
68fd2386b9
Коммит
f6020338a3
|
@ -680,7 +680,7 @@ nsContextMenu.prototype = {
|
|||
.getService(Components.interfaces.nsIIOService);
|
||||
var baseURI = ioService.newURI(base, null);
|
||||
|
||||
return ioService.newURI(baseURI.resolve(url), null).href;
|
||||
return ioService.newURI(baseURI.resolve(url), null).spec;
|
||||
},
|
||||
// Save specified URL in user-selected file.
|
||||
savePage : function ( url, doNotValidate ) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче