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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user