1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 19:35:55 +00:00

move inactiveFeeds and feedsWithErrors to pref-feeds; fix element id collisions

This commit is contained in:
Andrew Dolgov
2012-09-14 12:30:04 +04:00
parent 72d0e9b33f
commit bc6fa2364b
4 changed files with 158 additions and 158 deletions

View File

@@ -1751,7 +1751,7 @@ function feedBrowser() {
function showFeedsWithErrors() {
try {
var query = "backend.php?op=dlg&method=feedsWithErrors";
var query = "backend.php?op=pref-feeds&method=feedsWithErrors";
if (dijit.byId("errorFeedsDlg"))
dijit.byId("errorFeedsDlg").destroyRecursive();