summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorRichard Beales <[email protected]>2013-03-21 07:04:54 +0000
committerRichard Beales <[email protected]>2013-03-21 07:04:54 +0000
commitf1fdfbea433c834ae7f09b4ef23f23d5efa069d4 (patch)
tree0b0b359f14767a9e2dea02a79f70de2bb30dda67 /js/functions.js
parent77accf45df3072bf0e3fe1e919bb75fc14313119 (diff)
parentb74c51342896f4f01a742dcad82fc8afa753c036 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/functions.js b/js/functions.js
index d7e10c652..4840bcbe1 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -1746,7 +1746,7 @@ function feedBrowser() {
} });
},
removeFromArchive: function() {
- var selected = this.getSelectedFeeds();
+ var selected = this.getSelectedFeedIds();
if (selected.length > 0) {
@@ -1755,7 +1755,7 @@ function feedBrowser() {
if (confirm(pr)) {
Element.show('feed_browser_spinner');
- var query = "?op=rpc&method=remarchived&ids=" +
+ var query = "?op=rpc&method=remarchive&ids=" +
param_escape(selected.toString());;
new Ajax.Request("backend.php", {