Commit 2398bb5e2a0902e95517573056418d3429f716cd
1 parent
2d6e04de
Bug#21866_1 merged
Showing
1 changed file
with
4 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -6430,7 +6430,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
6430 | 6430 | |
6431 | 6431 | $rootScope.CloseListManager(); |
6432 | 6432 | |
6433 | - $rootScope.isHighlightBodyByBodySystem = false; | |
6433 | + // $rootScope.isHighlightBodyByBodySystem = false; | |
6434 | 6434 | |
6435 | 6435 | |
6436 | 6436 | $('#sppeachBubble').css('display', 'none'); |
... | ... | @@ -6594,7 +6594,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
6594 | 6594 | // $rootScope.isListManagerSelected = false; |
6595 | 6595 | $rootScope.CloseListManager(); |
6596 | 6596 | |
6597 | - $rootScope.isHighlightBodyByBodySystem = false; | |
6597 | + // $rootScope.isHighlightBodyByBodySystem = false; | |
6598 | 6598 | |
6599 | 6599 | if ($rootScope.isHighLight == true) { |
6600 | 6600 | |
... | ... | @@ -6678,7 +6678,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
6678 | 6678 | $rootScope.CloseListManager(); |
6679 | 6679 | |
6680 | 6680 | |
6681 | - $rootScope.isHighlightBodyByBodySystem = false; | |
6681 | + // $rootScope.isHighlightBodyByBodySystem = false; | |
6682 | 6682 | |
6683 | 6683 | |
6684 | 6684 | if ($rootScope.isNormalMode == true) { |
... | ... | @@ -6760,7 +6760,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
6760 | 6760 | |
6761 | 6761 | console.log('isCalledFromButton= ' + isCalledFromButton); |
6762 | 6762 | |
6763 | - $rootScope.isHighlightBodyByBodySystem = false; | |
6763 | + // $rootScope.isHighlightBodyByBodySystem = false; | |
6764 | 6764 | |
6765 | 6765 | |
6766 | 6766 | $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop(); | ... | ... |