1
0
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:
Andrew Dolgov
2010-11-13 14:07:06 +03:00
parent 8cc5e96512
commit 343d99f461

View File

@@ -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,