summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-20 21:30:19 +0400
committerAndrew Dolgov <[email protected]>2013-03-20 21:30:21 +0400
commit943de334a37787e0ebb69946d929f01712859da5 (patch)
tree891a0469a041835d3e8b9abb147d314b7644d761 /js/functions.js
parent46ec3348ca9ad381dcecfd01a1e6620e83abde82 (diff)
removefromarchive: fix another typo (refs #603)
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index e84ba57c5..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) {