Aleksander Machniak
2014-08-08 66233b76c83b8e31bc1ff301352393299130a18c
program/js/treelist.js
@@ -525,7 +525,8 @@
            .attr('id', li.attr('id') + '--xsR')
            .attr('class', li.attr('class'))
            .addClass('searchresult__')
            .append(li.children().first().clone(true, true))
            // append all elements like links and inputs, but not sub-trees
            .append(li.children(':not(div.treetoggle,ul)').clone(true, true))
            .appendTo(container);
            hits.push(node.id);
        }