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

fix editArticleTags() call broken on archived feed

This commit is contained in:
Andrew Dolgov
2013-04-30 20:07:08 +04:00
parent b18d109f22
commit 27372ddac6
2 changed files with 2 additions and 2 deletions

View File

@@ -332,7 +332,7 @@ function init() {
hotkey_actions["edit_tags"] = function() {
var id = getActiveArticleId();
if (id) {
editArticleTags(id, getActiveFeedId(), isCdmMode());
editArticleTags(id);
};
}
hotkey_actions["dismiss_selected"] = function() {