Commit 463d0f2a207bdfd64159e26892dfb6125e78df13

Authored by Nikita Kulshreshtha
1 parent a968244e

removed commented code and added one line of code.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -1427,7 +1427,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo @@ -1427,7 +1427,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
1427 } 1427 }
1428 1428
1429 // $rootScope.previousHighlightList.push(RGBColor); 1429 // $rootScope.previousHighlightList.push(RGBColor);
1430 - 1430 + $scope.isClickedOnBodyForHighlight = true;
1431 $scope.highLightBodyBasedOnIcolor(RGBColor); 1431 $scope.highLightBodyBasedOnIcolor(RGBColor);
1432 } 1432 }
1433 1433
@@ -7917,7 +7917,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo @@ -7917,7 +7917,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
7917 else { 7917 else {
7918 newX = maxHScrollPos; 7918 newX = maxHScrollPos;
7919 } 7919 }
7920 - //alert('newX= ' + newX + ',newY= ' + newY)  
7921 $('#canvasDiv').scrollLeft(newX); 7920 $('#canvasDiv').scrollLeft(newX);
7922 $('#canvasDiv').scrollTop(newY); 7921 $('#canvasDiv').scrollTop(newY);
7923 $scope.isLoading = false; 7922 $scope.isLoading = false;