style fixes
This commit is contained in:
parent
c703f9993f
commit
b5ae9edc2e
|
|
@ -7,6 +7,7 @@
|
||||||
addSidebarItem,
|
addSidebarItem,
|
||||||
addSidebarLink,
|
addSidebarLink,
|
||||||
enableSidebar,
|
enableSidebar,
|
||||||
|
enableSidetree,
|
||||||
onPanelLoad,
|
onPanelLoad,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
@ -156,7 +157,7 @@ function enableSidebar(label, options={}) {
|
||||||
'data': function(node){return {'id': node.id }; }
|
'data': function(node){return {'id': node.id }; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}).bind("select_node.jstree",function (e, data) {
|
}).bind('select_node.jstree', function(e, data) {
|
||||||
window.location.href = data.node.a_attr.href;
|
window.location.href = data.node.a_attr.href;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue