diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 55ecf6a..099d570 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6428,7 +6428,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; $('#sppeachBubble').css('display', 'none'); @@ -6592,7 +6592,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l // $rootScope.isListManagerSelected = false; $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; if ($rootScope.isHighLight == true) { @@ -6676,7 +6676,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; if ($rootScope.isNormalMode == true) { @@ -6758,7 +6758,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l console.log('isCalledFromButton= ' + isCalledFromButton); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop();