diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 2c9c634..3291621 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -1427,7 +1427,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
}
// $rootScope.previousHighlightList.push(RGBColor);
-
+ $scope.isClickedOnBodyForHighlight = true;
$scope.highLightBodyBasedOnIcolor(RGBColor);
}
@@ -7917,7 +7917,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
else {
newX = maxHScrollPos;
}
- //alert('newX= ' + newX + ',newY= ' + newY)
$('#canvasDiv').scrollLeft(newX);
$('#canvasDiv').scrollTop(newY);
$scope.isLoading = false;