[DE] For Bug 55351
This commit is contained in:
parent
9a384ac76d
commit
7c8aa8c28c
|
@ -68,7 +68,7 @@ define([
|
||||||
this.viewNavigationList = new Common.UI.TreeView({
|
this.viewNavigationList = new Common.UI.TreeView({
|
||||||
el: $('#navigation-list'),
|
el: $('#navigation-list'),
|
||||||
store: this.storeNavigation,
|
store: this.storeNavigation,
|
||||||
enableKeyEvents: false,
|
enableKeyEvents: true,
|
||||||
emptyText: this.txtEmpty,
|
emptyText: this.txtEmpty,
|
||||||
emptyItemText: this.txtEmptyItem,
|
emptyItemText: this.txtEmptyItem,
|
||||||
style: 'border: none;',
|
style: 'border: none;',
|
||||||
|
|
Loading…
Reference in a new issue