From a5873b2eaf8290db01499a09a2ad7991ee182245 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Nov 2005 18:49:53 +0100 Subject: fix updateFeed rpc call, fix feed editor feed catchup/uncatchup --- tt-rss.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tt-rss.js') 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) { -- cgit v1.2.3