mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-24 14:47:16 -04:00
Removed dots line for filetree
This commit is contained in:
parent
fa512e81e5
commit
47c4bc23dc
2 changed files with 12 additions and 0 deletions
|
@ -396,6 +396,9 @@
|
|||
return {'path': node.original.path};
|
||||
}
|
||||
}
|
||||
},
|
||||
'themes' : {
|
||||
'dots' : false
|
||||
}
|
||||
}
|
||||
}).on('changed.jstree', function (e, data) {
|
||||
|
@ -417,6 +420,9 @@
|
|||
return {'path': node.original.path};
|
||||
}
|
||||
}
|
||||
},
|
||||
'themes' : {
|
||||
'dots' : false
|
||||
}
|
||||
}
|
||||
}).on('changed.jstree', function (e, data) {
|
||||
|
|
|
@ -396,6 +396,9 @@
|
|||
return {'path': node.original.path};
|
||||
}
|
||||
}
|
||||
},
|
||||
'themes' : {
|
||||
'dots' : false
|
||||
}
|
||||
}
|
||||
}).on('changed.jstree', function (e, data) {
|
||||
|
@ -417,6 +420,9 @@
|
|||
return {'path': node.original.path};
|
||||
}
|
||||
}
|
||||
},
|
||||
'themes' : {
|
||||
'dots' : false
|
||||
}
|
||||
}
|
||||
}).on('changed.jstree', function (e, data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue