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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user