1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +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
+2 -2
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...");