do not reset alt attribute when changing back feedlist icon from progressbar

This commit is contained in:
Andrew Dolgov 2009-10-09 11:16:19 +04:00
parent 289f1d22dc
commit 449cc6062e
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ function headlines_callback2(transport, feed_cur_page) {
if (img && !is_cat) { if (img && !is_cat) {
img.src = img.alt; img.src = img.alt;
img.alt = '';
} }
var f = $("headlines-frame"); var f = $("headlines-frame");