display proper loading indicator for categories
This commit is contained in:
parent
883fee8df0
commit
ba5698285b
|
@ -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;
|
||||
|
||||
|
|
|
@ -3140,6 +3140,9 @@
|
|||
print "<param key=\"sign_progress\" value=\"".
|
||||
theme_image($link, "images/indicator_white.gif")."\"/>";
|
||||
|
||||
print "<param key=\"sign_progress_tiny\" value=\"".
|
||||
theme_image($link, "images/indicator_tiny.gif")."\"/>";
|
||||
|
||||
print "<param key=\"sign_excl\" value=\"".
|
||||
theme_image($link, "images/sign_excl.png")."\"/>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue