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

even more objectification of JS

This commit is contained in:
Andrew Dolgov
2018-12-01 17:54:16 +03:00
parent 1d82bd4f19
commit 97df81d8d9
4 changed files with 109 additions and 110 deletions

View File

@@ -326,7 +326,7 @@ function init_hotkey_actions() {
};
hotkey_actions["close_article"] = function () {
if (App.isCombinedMode()) {
cdmCollapseActive();
Article.cdmCollapseActive();
} else {
Article.closeArticlePanel();
}