зеркало из https://github.com/mozilla/gecko-dev.git
Bug 176733 Saving of images from "Page Info" does not work
patch by grigorig@web.de r=db48x sr=bz a=asa
This commit is contained in:
Родитель
b6ce949e06
Коммит
0892deae02
|
@ -716,7 +716,7 @@ function getSelectedImage(tree)
|
|||
function saveMedia()
|
||||
{
|
||||
var tree = document.getElementById("imagetree");
|
||||
var item = getSelectedItem(tree);
|
||||
var item = getSelectedImage(tree);
|
||||
var url = getAbsoluteURL(getSource(item), item);
|
||||
|
||||
if (url)
|
||||
|
|
Загрузка…
Ссылка в новой задаче