summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-10-09 11:16:19 +0400
committerAndrew Dolgov <[email protected]>2009-10-09 11:16:19 +0400
commit449cc6062ed689345f3d5f2469ef3e71e4b01adc (patch)
tree41e100e8b44f9e471fa53e1d3a71932faae6ef42
parent289f1d22dc5e8f2589561764a45910c74f497cd8 (diff)
do not reset alt attribute when changing back feedlist icon from progressbar
-rw-r--r--viewfeed.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/viewfeed.js b/viewfeed.js
index 820a91f81..69aa21bf1 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");