From 114ceb05f8c88aa6d1de6a9c8143e085db75f99f Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 29 Aug 2017 17:54:45 +0530 Subject: [PATCH] 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 2496c6a..f0b2438 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6409,7 +6409,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; $('#sppeachBubble').css('display', 'none'); @@ -6573,7 +6573,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l // $rootScope.isListManagerSelected = false; $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; if ($rootScope.isHighLight == true) { @@ -6657,7 +6657,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.CloseListManager(); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; if ($rootScope.isNormalMode == true) { @@ -6739,7 +6739,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l console.log('isCalledFromButton= ' + isCalledFromButton); - $rootScope.isHighlightBodyByBodySystem = false; + // $rootScope.isHighlightBodyByBodySystem = false; $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop(); -- libgit2 0.21.4