Skip to content

Commit

Permalink
Ooops, found a bug in the javascript.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Oordt committed Aug 2, 2011
1 parent ed4db03 commit e8154f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/templates/admin/editor/tree_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e8154f0

Please sign in to comment.