1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 01:36:30 +00:00

add hotkey to toggle grid view

This commit is contained in:
Andrew Dolgov
2021-03-10 10:01:22 +03:00
parent 089fa5ec26
commit 0b93d8d013
4 changed files with 15 additions and 5 deletions

View File

@@ -330,7 +330,6 @@ const Feeds = {
container.setAttribute("data-feed-id", id);
container.setAttribute("data-is-cat", is_cat ? "true" : "false");
container.setAttribute("data-enable-grid", App.getInitParam("cdm_enable_grid") ? "true" : "false");
this.select(id, is_cat);