diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 12:36:57 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-01 12:36:57 +0400 |
| commit | 201bb1ca54c6227b7d6e7414303e357461892c2a (patch) | |
| tree | a88e5d8a944b416d47cb7e11edda52c7bd1d04a9 /js | |
| parent | 9d76e754513ec1119a010ab2e9abcf9fb9df52d1 (diff) | |
move batchSubscribe to pref-feeds
Diffstat (limited to '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 30dad0d88..5ba1e5d3d 100644 --- a/js/prefs.js +++ b/js/prefs.js @@ -1759,7 +1759,7 @@ function gotoExportOpml(filename, settings) { function batchSubscribe() { try { - var query = "backend.php?op=dlg&method=batchSubscribe"; + var query = "backend.php?op=pref-feeds&method=batchSubscribe"; // overlapping widgets if (dijit.byId("batchSubDlg")) dijit.byId("batchSubDlg").destroyRecursive(); |