mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Ooops, found a bug in the javascript.
This commit is contained in:
parent
ed4db03c7d
commit
e8154f0abd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue