1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:55: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

@@ -1296,7 +1296,7 @@ function createCategory() {
function showInactiveFeeds() {
try {
var query = "backend.php?op=dlg&method=inactiveFeeds";
var query = "backend.php?op=pref-feeds&method=inactiveFeeds";
if (dijit.byId("inactiveFeedsDlg"))
dijit.byId("inactiveFeedsDlg").destroyRecursive();