summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-21 22:33:23 +0300
committerAndrew Dolgov <[email protected]>2017-01-21 22:33:23 +0300
commit84012df5cd64fb4eb86c0d36c37e73a731ff6327 (patch)
tree166d71ef88ece891ddcc88769279036e7d9b4673 /classes
parentb7d63a58db2ab0d209bc45ec2681ad22bf251958 (diff)
prefs: auto expand feed tree
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/pref/feeds.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 6795236d5..faef0900f 100755
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -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);