From d2de805990e7568cc3baf2851da4f3086d181e59 Mon Sep 17 00:00:00 2001 From: amrita.vishnoi Date: Thu, 8 Sep 2016 13:58:17 +0530 Subject: [PATCH] Refs: #7398 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index ff1f777..cac3cfc 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -4771,6 +4771,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.highLightBody = function () { + $scope.Normal = ""; + $scope.Extract = ""; + $scope.Highlight = "LeftButtonsDefaultState"; + console.log('highLightBody is called and ColoredImageSRC length: ' + $scope.ColoredImageSRC.length); $scope.terminateCurrentlyRunningWPs(); -- libgit2 0.21.4