summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-04 09:36:56 +0300
committerAndrew Dolgov <[email protected]>2018-02-04 09:36:56 +0300
commita340b29ba9d70344051e2dec230dbeee216640b5 (patch)
tree7d6bff7458ec4ee47f4a3eb368b41e6fda4961e8 /classes
parent67bf38afda3f2c2d22db36d1b7ad67962c3a5bec (diff)
pref-feeds: disable tree autoexpand
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/pref/feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 245eea04a..5cd07b3ef 100755
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -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);