From: Andrew Dolgov Date: Fri, 9 Oct 2009 07:16:19 +0000 (+0400) Subject: do not reset alt attribute when changing back feedlist icon from progressbar X-Git-Tag: 1.3.4~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=449cc6062ed689345f3d5f2469ef3e71e4b01adc;p=tt-rss.git do not reset alt attribute when changing back feedlist icon from progressbar --- diff --git a/viewfeed.js b/viewfeed.js index 820a91f8..69aa21bf 100644 --- a/viewfeed.js +++ b/viewfeed.js @@ -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");