summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 12:36:57 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 12:36:57 +0400
commit201bb1ca54c6227b7d6e7414303e357461892c2a (patch)
treea88e5d8a944b416d47cb7e11edda52c7bd1d04a9 /js/prefs.js
parent9d76e754513ec1119a010ab2e9abcf9fb9df52d1 (diff)
move batchSubscribe to pref-feeds
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js2
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();