1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

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

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();