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:
@@ -326,7 +326,7 @@ function init_hotkey_actions() {
|
||||
};
|
||||
hotkey_actions["close_article"] = function () {
|
||||
if (App.isCombinedMode()) {
|
||||
cdmCollapseActive();
|
||||
Article.cdmCollapseActive();
|
||||
} else {
|
||||
Article.closeArticlePanel();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user