Ugh. Messed up that last checkin. Still bug 91539

This commit is contained in:
bzbarsky%mit.edu 2006-07-29 05:37:17 +00:00
Родитель 68fd2386b9
Коммит f6020338a3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 ) {