From 040188118a22954cabd45b0e795ee2abfa7292a2 Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 20 Mar 2017 17:47:44 +0530 Subject: [PATCH] removing scale --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 630a4ce..398cbf3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -926,6 +926,9 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo var canDivChildCount = canDiv.childElementCount; if (canDivChildCount > 0) { canDiv.innerHTML = ''; + + //remove transparency scale + $('#transparencyScale').css('visibility', 'hidden'); } if ($scope.ColoredImageSRC != null && $scope.ColoredImageSRC.length > 0) { -- libgit2 0.21.4