Ooops, found a bug in the javascript.

This commit is contained in:
Corey Oordt 2011-08-02 06:19:27 -04:00
parent ed4db03c7d
commit e8154f0abd

View file

@ -8,7 +8,7 @@
var srchString = document.getElementById('searchbar').value;
if (srchString == '')
treeTable = $("#result_list").treeTable({initialState : "{{ EDITOR_TREE_INITIAL_STATE }}"});
else:
else
treeTable = $("#result_list").treeTable({initialState : "expanded"});
function toggleChildren(index, value) {
var row = value.parentNode.parentNode;