1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17: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

@@ -1221,7 +1221,7 @@ function opmlRegenKey() {
notify_progress("Trying to change address...", true);
var query = "?op=rpc&method=regenOPMLKey";
var query = "?op=pref-feeds&method=regenOPMLKey";
new Ajax.Request("backend.php", {
parameters: query,
@@ -1521,7 +1521,7 @@ function clearFeedAccessKeys() {
if (ok) {
notify_progress("Clearing URLs...");
var query = "?op=rpc&method=clearKeys";
var query = "?op=pref-feeds&method=clearKeys";
new Ajax.Request("backend.php", {
parameters: query,