Removed dots line for filetree

pull/1247/head
Louis Vézina 4 years ago
parent fa512e81e5
commit 47c4bc23dc

@ -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…
Cancel
Save