summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-19 18:49:53 +0100
committerAndrew Dolgov <[email protected]>2005-11-19 18:49:53 +0100
commita5873b2eaf8290db01499a09a2ad7991ee182245 (patch)
tree39f0eebb19acd73eabd0bf69701493ab6574d51c /tt-rss.js
parentb018b49b2e765e02a7b64bf75c28b92cc9f5e962 (diff)
fix updateFeed rpc call, fix feed editor feed catchup/uncatchup
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 70412fcb4..922ae35bc 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -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) {