From 350468d01896f344c815e472a8b3c3a1de726ec7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 24 Jan 2009 07:11:42 +0100 Subject: prefs: some async work --- tt-rss.js | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'tt-rss.js') 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 { -- cgit v1.2.3-54-g00ecf