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

master
Andrew Dolgov 16 years ago
parent 289f1d22dc
commit 449cc6062e

@ -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");

Loading…
Cancel
Save