Commit 114ceb05f8c88aa6d1de6a9c8143e085db75f99f

Authored by Nikita Kulshreshtha
1 parent ca615b74

commented code for making variable of isHighlightBodyByBodySystem false.

true is required for highlighting the body.
need to test this fix on server.
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -6409,7 +6409,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
6409 6409  
6410 6410 $rootScope.CloseListManager();
6411 6411  
6412   - $rootScope.isHighlightBodyByBodySystem = false;
  6412 + // $rootScope.isHighlightBodyByBodySystem = false;
6413 6413  
6414 6414  
6415 6415 $('#sppeachBubble').css('display', 'none');
... ... @@ -6573,7 +6573,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
6573 6573 // $rootScope.isListManagerSelected = false;
6574 6574 $rootScope.CloseListManager();
6575 6575  
6576   - $rootScope.isHighlightBodyByBodySystem = false;
  6576 + // $rootScope.isHighlightBodyByBodySystem = false;
6577 6577  
6578 6578 if ($rootScope.isHighLight == true) {
6579 6579  
... ... @@ -6657,7 +6657,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
6657 6657 $rootScope.CloseListManager();
6658 6658  
6659 6659  
6660   - $rootScope.isHighlightBodyByBodySystem = false;
  6660 + // $rootScope.isHighlightBodyByBodySystem = false;
6661 6661  
6662 6662  
6663 6663 if ($rootScope.isNormalMode == true) {
... ... @@ -6739,7 +6739,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
6739 6739  
6740 6740 console.log('isCalledFromButton= ' + isCalledFromButton);
6741 6741  
6742   - $rootScope.isHighlightBodyByBodySystem = false;
  6742 + // $rootScope.isHighlightBodyByBodySystem = false;
6743 6743  
6744 6744  
6745 6745 $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop();
... ...