This commit is contained in:
Dão Gottwald 2009-06-28 14:52:31 +02:00
Родитель 856305dba6
Коммит 3ef51c2692
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -99,7 +99,7 @@
newitem.setAttribute("label", aLabel);
newitem.setAttribute("value", aValue);
if (aImage)
newitem.setAttribute("image", aImage);
newitem.setAttribute("image", aImage);
if (!insertPos) {
newitem.style.position = "fixed";
newitem.style.top = "100%";