mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 08:05:56 +00:00
rpc: move several feed-related calls to pref-feeds
This commit is contained in:
@@ -1357,7 +1357,7 @@ function genUrlChangeKey(feed, is_cat) {
|
||||
|
||||
notify_progress("Trying to change address...", true);
|
||||
|
||||
var query = "?op=rpc&method=regenFeedKey&id=" + param_escape(feed) +
|
||||
var query = "?op=pref-feeds&method=regenFeedKey&id=" + param_escape(feed) +
|
||||
"&is_cat=" + param_escape(is_cat);
|
||||
|
||||
new Ajax.Request("backend.php", {
|
||||
|
||||
Reference in New Issue
Block a user