From: Andrew Dolgov Date: Wed, 20 Mar 2013 17:30:19 +0000 (+0400) Subject: removefromarchive: fix another typo (refs #603) X-Git-Tag: 1.7.5~65 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=943de334a37787e0ebb69946d929f01712859da5;p=tt-rss.git removefromarchive: fix another typo (refs #603) --- diff --git a/js/functions.js b/js/functions.js index e84ba57c..4840bcbe 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) {