mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 19:01:28 +00:00
display proper loading indicator for categories
This commit is contained in:
@@ -339,7 +339,7 @@ function viewfeed(feed, subop, is_cat, subop_param, skip_history, offset) {
|
||||
if (!$('FLL-' + feed)) {
|
||||
var ll = document.createElement('img');
|
||||
|
||||
ll.src = getInitParam("sign_progress");
|
||||
ll.src = getInitParam("sign_progress_tiny");
|
||||
ll.className = 'hlLoading';
|
||||
ll.id = 'FLL-' + feed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user