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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user