From 3f0c66489901a1385915464de00e6df0c7f3c008 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 31 Aug 2017 12:43:53 +0530 Subject: [PATCH] removed one fix found issue in impact analysis --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 97ccc5f..f431cb3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -6418,7 +6418,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.CloseListManager(); - // $rootScope.isHighlightBodyByBodySystem = false; + $rootScope.isHighlightBodyByBodySystem = false; $('#sppeachBubble').css('display', 'none'); @@ -6582,7 +6582,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l // $rootScope.isListManagerSelected = false; $rootScope.CloseListManager(); - // $rootScope.isHighlightBodyByBodySystem = false; + $rootScope.isHighlightBodyByBodySystem = false; if ($rootScope.isHighLight == true) { @@ -6666,7 +6666,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.CloseListManager(); - // $rootScope.isHighlightBodyByBodySystem = false; + $rootScope.isHighlightBodyByBodySystem = false; if ($rootScope.isNormalMode == true) { @@ -6748,7 +6748,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l console.log('isCalledFromButton= ' + isCalledFromButton); - // $rootScope.isHighlightBodyByBodySystem = false; + $rootScope.isHighlightBodyByBodySystem = false; $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop(); @@ -7345,7 +7345,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l // $rootScope.isListManagerSelected = false; $rootScope.CloseListManager(); - // $rootScope.isHighlightBodyByBodySystem = false; + $rootScope.isHighlightBodyByBodySystem = false; //Remove the Search list and then Repopulate it on change of Gender $('#searchListDiv').empty() @@ -7585,7 +7585,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l //$rootScope.isListManagerSelected = false; $rootScope.CloseListManager(); - // $rootScope.isHighlightBodyByBodySystem = false; + $rootScope.isHighlightBodyByBodySystem = false; //Remove the search list and then Repopulate it on change of View $('#searchListDiv').empty() -- libgit2 0.21.4