diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-14 12:30:04 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-09-14 12:30:04 +0400 |
| commit | bc6fa2364b35ed33b058cfc99026789fcbc5135d (patch) | |
| tree | 82edfe31c5de601ae15486195584e538654ea4de /js/prefs.js | |
| parent | 72d0e9b33f8f83969d738d71029ce272336b9cee (diff) | |
move inactiveFeeds and feedsWithErrors to pref-feeds; fix element id collisions
Diffstat (limited to 'js/prefs.js')
| -rw-r--r-- | js/prefs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/prefs.js b/js/prefs.js index 91d1e2783..ded6c3459 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -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(); |