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