Commit 0365ef6320b5ce2f63df22be1139957b9e97e78a

Authored by Amrita Vishnoi
1 parent c17e3000

Removed Highlight body delay

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -4512,9 +4512,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4512 4512  
4513 4513 console.log('highLightBody is called and ColoredImageSRC length: ' + $scope.ColoredImageSRC.length);
4514 4514  
4515   -
4516   -
4517   - $timeout(function () {
4518 4515 $scope.terminateCurrentlyRunningWPs();
4519 4516  
4520 4517 if (($scope.ColoredImageSRC != null || $scope.ColoredImageSRC != undefined) && $scope.ColoredImageSRC.length == 9) {
... ... @@ -4794,8 +4791,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4794 4791 }
4795 4792  
4796 4793 }
4797   - }
4798   - }, 1000)
  4794 + }
4799 4795 }
4800 4796  
4801 4797  
... ...