mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 00:41:30 +00:00
do not reset alt attribute when changing back feedlist icon from progressbar
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user