Commit 2d4d6efd1f08a25aa3d4afd071aefc0eb545a43b

Authored by Amrita Vishnoi
1 parent 0365ef63

reduce delay.

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -5721,7 +5721,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
5721 5721 $timeout(function () {
5722 5722 $rootScope.isHighLight = false;
5723 5723 $scope.CalculateImageCordinates($scope.viewOrientationId)
5724   - }, 1000);
  5724 + }, 500);
5725 5725  
5726 5726 $scope.isHighlightByListManager = true;
5727 5727  
... ...