removefromarchive: fix another typo (refs #603)
This commit is contained in:
parent
46ec3348ca
commit
943de334a3
|
@ -1746,7 +1746,7 @@ function feedBrowser() {
|
|||
} });
|
||||
},
|
||||
removeFromArchive: function() {
|
||||
var selected = this.getSelectedFeeds();
|
||||
var selected = this.getSelectedFeedIds();
|
||||
|
||||
if (selected.length > 0) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue