summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-24 07:11:42 +0100
committerAndrew Dolgov <[email protected]>2009-01-24 07:11:42 +0100
commit350468d01896f344c815e472a8b3c3a1de726ec7 (patch)
tree6dcbaab2a817941a0b709e257af2e57534c44cea /tt-rss.js
parent163723c4e63a964aedabfab2bd5c0ba849ded3f4 (diff)
prefs: some async work
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/tt-rss.js b/tt-rss.js
index 98f799583..17e33bf85 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -1423,25 +1423,6 @@ function visitOfficialSite() {
window.open("http://tt-rss.org/");
}
-function browseFeeds(limit) {
-
- try {
-
- var query = "backend.php?op=pref-feeds&subop=browse";
-
- notify_progress("Loading, please wait...", true);
-
- new Ajax.Request(query, {
- onComplete: function(transport) {
- infobox_callback2(transport);
- } });
-
- return false;
- } catch (e) {
- exception_error("browseFeeds", e);
- }
-}
-
function feedBrowserSubscribe() {
try {