Commit 176d4b2f authored by Ujvari Gergely's avatar Ujvari Gergely

Minor: indent

parent a7be8636
...@@ -446,8 +446,8 @@ class Search ...@@ -446,8 +446,8 @@ class Search
hit_in_children = false hit_in_children = false
if children? if children?
for child in children for child in children
child.highlightText = child.text
if child.id in $scope.search_filter if child.id in $scope.search_filter
child.highlightText = child.text
hit_in_children = true hit_in_children = true
if $routeParams.in_body_text and if $routeParams.in_body_text and
child.text.toLowerCase().indexOf($routeParams.in_body_text) > -1 child.text.toLowerCase().indexOf($routeParams.in_body_text) > -1
......
Markdown is supported
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