1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 22:45:57 +00:00

support feed icons in PrefFeedTree; code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-18 14:20:43 +03:00
parent 7b8a143f1b
commit 82aea97816
3 changed files with 32 additions and 217 deletions

View File

@@ -957,7 +957,7 @@ function editSelectedFeeds() {
notify("");
notify_progress("Loading, please wait...");
notify_progress("Loading, please wait...", true);
var query = "?op=pref-feeds&subop=editfeeds&ids=" +
param_escape(rows.toString());