1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 14:51:28 +00:00

fix updateFeed rpc call, fix feed editor feed catchup/uncatchup

This commit is contained in:
Andrew Dolgov
2005-11-19 18:49:53 +01:00
parent b018b49b2e
commit a5873b2eaf
2 changed files with 16 additions and 9 deletions

View File

@@ -149,6 +149,7 @@ function backend_sanity_check_callback() {
}
}
/* wtf this is obsolete
function updateFeed(feed_id) {
var query_str = "backend.php?op=rpc&subop=updateFeed&feed=" + feed_id;
@@ -162,6 +163,7 @@ function updateFeed(feed_id) {
}
}
*/
function scheduleFeedUpdate(force) {