mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
pref-feeds: disable tree autoexpand
This commit is contained in:
@@ -1231,7 +1231,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
<div dojoType=\"fox.PrefFeedTree\" id=\"feedTree\"
|
||||
dndController=\"dijit.tree.dndSource\"
|
||||
betweenThreshold=\"5\"
|
||||
autoExpand='true'
|
||||
autoExpand='false'
|
||||
model=\"feedModel\" openOnClick=\"false\">
|
||||
<script type=\"dojo/method\" event=\"onClick\" args=\"item\">
|
||||
var id = String(item.id);
|
||||
|
||||
Reference in New Issue
Block a user