mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:25:55 +00:00
removefromarchive: fix another typo (refs #603)
This commit is contained in:
@@ -1746,7 +1746,7 @@ function feedBrowser() {
|
|||||||
} });
|
} });
|
||||||
},
|
},
|
||||||
removeFromArchive: function() {
|
removeFromArchive: function() {
|
||||||
var selected = this.getSelectedFeeds();
|
var selected = this.getSelectedFeedIds();
|
||||||
|
|
||||||
if (selected.length > 0) {
|
if (selected.length > 0) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user