1
0
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:
Andrew Dolgov
2013-04-02 14:47:43 +04:00
parent d719b06240
commit 195187c490
4 changed files with 52 additions and 50 deletions

View File

@@ -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", {