1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

removefromarchive: fix another typo (refs #603)

This commit is contained in:
Andrew Dolgov
2013-03-20 21:30:19 +04:00
parent 46ec3348ca
commit 943de334a3

View File

@@ -1746,7 +1746,7 @@ function feedBrowser() {
} });
},
removeFromArchive: function() {
var selected = this.getSelectedFeeds();
var selected = this.getSelectedFeedIds();
if (selected.length > 0) {