diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-11-19 18:49:53 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-11-19 18:49:53 +0100 |
| commit | a5873b2eaf8290db01499a09a2ad7991ee182245 (patch) | |
| tree | 39f0eebb19acd73eabd0bf69701493ab6574d51c /tt-rss.js | |
| parent | b018b49b2e765e02a7b64bf75c28b92cc9f5e962 (diff) | |
fix updateFeed rpc call, fix feed editor feed catchup/uncatchup
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |