Commit 03d4dc6a94c78796716b8174237e3ee3c5bb6301

Authored by unknown
1 parent 213e81e9

DA > Annotation's Line should not displayed

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -8235,6 +8235,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
8235 8235 $rootScope.isHighLight = false;
8236 8236 $('#sppeachBubble').css('display', 'none');
8237 8237 $("#dot").css("display", "none");
  8238 + //DA > Annotation's Line should not displayed.
  8239 + $("#bord").css("display", "none");
8238 8240  
8239 8241 //redraw body of respective layer
8240 8242 $scope.CalculateImageCordinates($rootScope.viewOrientationId)
... ...