summaryrefslogtreecommitdiff
path: root/js/prefs.js
diff options
context:
space:
mode:
authorHeiko Adams <[email protected]>2013-04-02 13:38:42 +0200
committerHeiko Adams <[email protected]>2013-04-02 13:38:42 +0200
commit127585a05cba0f9d5d79ed5cf83394f04a7138d4 (patch)
treeda04bcc463b90efa34c6763bd3fc7399a9dcff90 /js/prefs.js
parent58f42816c56a8ea82f1fabe1ba83794005f1c7d6 (diff)
parent4b7726f0b44db36ad12c0a0918a9129c8cbb1caa (diff)
Merge branch 'master' of https://github.com/HeikoAdams/Tiny-Tiny-RSS
Diffstat (limited to 'js/prefs.js')
-rw-r--r--js/prefs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/prefs.js b/js/prefs.js
index 358625e93..b4ecd2584 100644
--- a/js/prefs.js
+++ b/js/prefs.js
@@ -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,