Skip to content
Snippets Groups Projects
Commit ac869f18 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Merge branch 'release-2.3'

Conflicts:
	themes/bootstrap3/js/hierarchyTree.js
parents 5733f074 560c2776
Branches
Tags
No related merge requests found
......@@ -77,8 +77,8 @@ function doTreeSearch()
tree._open_to(id);
}
for(i=data.results.length;i--;) {
var id = htmlEncodeId(data.results[i]);
$('#hierarchyTree').find('#'+id).addClass('jstree-search');
var tid = htmlEncodeId(data.results[i]);
$('#hierarchyTree').find('#'+tid).addClass('jstree-search');
}
changeNoResultLabel(false);
changeLimitReachedLabel(data.limitReached);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment