summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-10 10:01:22 +0300
committerAndrew Dolgov <[email protected]>2021-03-10 10:01:22 +0300
commit0b93d8d0137c46ce153ca65fae3e22304cc80009 (patch)
treee5982313d7a47fa16dbdf8303e86bc8af0315373 /js/Feeds.js
parent089fa5ec26abf064416222f9d3404d8b3bd871a6 (diff)
add hotkey to toggle grid view
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 9e65a06fd..46d978cb4 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -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);