Commit 040188118a22954cabd45b0e795ee2abfa7292a2
1 parent
a59fcb7a
removing scale
Showing
1 changed file
with
3 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -926,6 +926,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -926,6 +926,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
926 | var canDivChildCount = canDiv.childElementCount; | 926 | var canDivChildCount = canDiv.childElementCount; |
927 | if (canDivChildCount > 0) { | 927 | if (canDivChildCount > 0) { |
928 | canDiv.innerHTML = ''; | 928 | canDiv.innerHTML = ''; |
929 | + | ||
930 | + //remove transparency scale | ||
931 | + $('#transparencyScale').css('visibility', 'hidden'); | ||
929 | } | 932 | } |
930 | 933 | ||
931 | if ($scope.ColoredImageSRC != null && $scope.ColoredImageSRC.length > 0) { | 934 | if ($scope.ColoredImageSRC != null && $scope.ColoredImageSRC.length > 0) { |