Commit a46b86a59d99b41c8e89d7c39eb45c08bf529419
Merge branch 'Bug#22527_1' into QA
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -6460,7 +6460,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
6460 | 6460 | |
6461 | 6461 | $rootScope.CloseListManager(); |
6462 | 6462 | |
6463 | - $rootScope.isHighlightBodyByBodySystem = false; | |
6463 | + // $rootScope.isHighlightBodyByBodySystem = false; | |
6464 | 6464 | |
6465 | 6465 | |
6466 | 6466 | $('#sppeachBubble').css('display', 'none'); | ... | ... |