move inactiveFeeds and feedsWithErrors to pref-feeds; fix element id collisions
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
+1
-1
@@ -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