In some cases the click event was triggered twice and resulted in the appearance of nothing happening when trying to expand a node.
This is happening in this event: $(ts.rows.cells[pos]).bind('click', function(e) {
The fix for this is to add:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top