]> git.wh0rd.org - tt-rss.git/blobdiff - js/prefs.js
move batchSubscribe to pref-feeds
[tt-rss.git] / js / prefs.js
index 30dad0d880c417f810aff64d5b62cc3fcea82380..5ba1e5d3d81368d63920e424e5ba232d72a04c0e 100644 (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();