TOC html
Jump to navigation
Jump to search
| Line 130: | Line 130: | ||
checkbox: function(event, data) { | checkbox: function(event, data) { | ||
// Hide checkboxes for folders | // Hide checkboxes for folders | ||
| − | return data.node.isFolder() ? false : true; | + | return data.node.isFolder()? false: true; |
}, | }, | ||
dnd5: TOC_functions.fancytree_dnd5_conf | dnd5: TOC_functions.fancytree_dnd5_conf | ||
Latest revision as of 22:35, 13 February 2021