mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 04:31:35 +00:00
viewfeed: show loading indicator when getting more headlines
This commit is contained in:
@@ -268,7 +268,7 @@ function viewfeed(feed, subop, is_cat, offset) {
|
||||
|
||||
} else {
|
||||
|
||||
if (!page_offset) {
|
||||
// if (!page_offset) {
|
||||
var feedr;
|
||||
|
||||
if (is_cat) {
|
||||
@@ -318,7 +318,7 @@ function viewfeed(feed, subop, is_cat, offset) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// }
|
||||
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: query,
|
||||
|
||||
Reference in New Issue
Block a user