fix install
This commit is contained in:
parent
a8942d79d2
commit
255de5664d
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ oml.ui.folders = function() {
|
|||
|
||||
function selectList(gainFocus) {
|
||||
var split = ui._list.split(':'),
|
||||
index = userIndex[split[0]],
|
||||
index = userIndex ? userIndex[split[0]] : 0,
|
||||
list = split[1],
|
||||
$selectedList = !ui._list ? oml.$ui.librariesList
|
||||
: !list ? oml.$ui[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue