mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Disable animations in editor sidebar
This commit is contained in:
parent
1be3a7f205
commit
a61ef5bf30
@ -241,6 +241,8 @@ define(["datetime", "jQuery", "material-icons"], function (datetime, $) {
|
||||
$(".libraryTree", page).jstree({
|
||||
"plugins": ["wholerow"],
|
||||
core: {
|
||||
// Disable animations because jQuery slim does not support them
|
||||
animation: false,
|
||||
check_callback: true,
|
||||
data: function (node, callback) {
|
||||
loadNode(page, this, node, openItems, selectedId, currentUser, callback);
|
||||
|
Loading…
Reference in New Issue
Block a user