Disabled responsive style, closes #37

This commit is contained in:
Ivan Bozhanov 2014-05-14 21:04:46 +03:00
parent a860209f0d
commit f28a4e0356
1 changed files with 2 additions and 2 deletions

View File

@ -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))
}
}
})()
})()