pref-feeds: disable tree autoexpand

This commit is contained in:
Andrew Dolgov 2018-02-04 09:36:56 +03:00
parent 67bf38afda
commit a340b29ba9
1 changed files with 1 additions and 1 deletions

View File

@ -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);