зеркало из https://github.com/mozilla/gecko-dev.git
Bug 803661 - Can't save files from the view source window. r=jdm, a=bajaj
This commit is contained in:
Родитель
db2c442b32
Коммит
4b765c1834
|
@ -326,8 +326,8 @@ function ViewSourceReload()
|
|||
function ViewSourceSavePage()
|
||||
{
|
||||
internalSave(window.content.location.href.substring(12),
|
||||
null, null, null, null, null,
|
||||
"SaveLinkTitle", null, null, gDocument, null, gPageLoader);
|
||||
null, null, null, null, null, "SaveLinkTitle",
|
||||
null, null, window.content.document, null, gPageLoader);
|
||||
}
|
||||
|
||||
var PrintPreviewListener = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче