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:
timeless%mozdev.org 2006-09-14 06:06:00 +00:00
Родитель a6ef0f832c
Коммит dcf2c698c4
1 изменённых файлов: 1 добавлений и 1 удалений

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

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