move batchSubscribe to pref-feeds

This commit is contained in:
Andrew Dolgov
2013-04-01 12:36:57 +04:00
parent 9d76e75451
commit 201bb1ca54
3 changed files with 52 additions and 50 deletions
+1 -1
View File
@@ -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();