The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Bootstrap 3 JS checkstyle part 3.

parent 1fa428a1
No related merge requests found
......@@ -77,8 +77,8 @@ function doTreeSearch()
tree._open_to(id);
}
for(i=data.results.length;i--;) {
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