Disabled responsive style, closes #37
This commit is contained in:
parent
a860209f0d
commit
f28a4e0356
|
@ -120,7 +120,7 @@
|
|||
$tree
|
||||
.empty()
|
||||
.jstree({
|
||||
core : { data: tree, animation: 100 },
|
||||
core : { data: tree, animation: 100, themes : { responsive : false } },
|
||||
plugins : ['wholerow', 'state'],
|
||||
state : { key : PREFIX + '.' + repo.username + '/' + repo.reponame }
|
||||
})
|
||||
|
@ -194,4 +194,4 @@
|
|||
return localStorage.setItem(key, JSON.stringify(val))
|
||||
}
|
||||
}
|
||||
})()
|
||||
})()
|
||||
|
|
Loading…
Reference in New Issue