1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 15:31:29 +00:00

feed archive and feed browser improvements

This commit is contained in:
Andrew Dolgov
2010-01-13 13:44:20 +03:00
parent a5819bb35d
commit ef88b1cca3
6 changed files with 255 additions and 61 deletions

View File

@@ -1214,7 +1214,7 @@ function validatePrefsReset() {
}
function feedBrowserSubscribe() {
/*function feedBrowserSubscribe() {
try {
var selected = getSelectedFeedsFromBrowser();
@@ -1242,7 +1242,7 @@ function feedBrowserSubscribe() {
} catch (e) {
exception_error("feedBrowserSubscribe", e);
}
}
} */
function updateBigFeedBrowserBtn() {
notify_progress("Loading, please wait...");