program/js/treelist.js | ●●●●● patch | view | raw | blame | history |
program/js/treelist.js
@@ -81,6 +81,7 @@ // register click handlers on list container.on('click', 'div.treetoggle', function(e){ toggle(dom2id($(this).parent())); e.stopPropagation(); }); container.on('click', 'li', function(e){