mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-16 02:10:59 +01:00
prefs: auto expand feed tree
This commit is contained in:
parent
b7d63a58db
commit
84012df5cd
@ -1411,6 +1411,7 @@ class Pref_Feeds extends Handler_Protected {
|
||||
<div dojoType=\"fox.PrefFeedTree\" id=\"feedTree\"
|
||||
dndController=\"dijit.tree.dndSource\"
|
||||
betweenThreshold=\"5\"
|
||||
autoExpand='true'
|
||||
model=\"feedModel\" openOnClick=\"false\">
|
||||
<script type=\"dojo/method\" event=\"onClick\" args=\"item\">
|
||||
var id = String(item.id);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user