]> git.wh0rd.org - tt-rss.git/commitdiff
do not reset alt attribute when changing back feedlist icon from progressbar
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 9 Oct 2009 07:16:19 +0000 (11:16 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 9 Oct 2009 07:16:19 +0000 (11:16 +0400)
viewfeed.js

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