Commit d2de805990e7568cc3baf2851da4f3086d181e59

Authored by Amrita Vishnoi
1 parent 521228f3

Refs: #7398

Incorrect button gets active on search
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -4771,6 +4771,10 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
4771 4771  
4772 4772 $scope.highLightBody = function () {
4773 4773  
  4774 + $scope.Normal = "";
  4775 + $scope.Extract = "";
  4776 + $scope.Highlight = "LeftButtonsDefaultState";
  4777 +
4774 4778 console.log('highLightBody is called and ColoredImageSRC length: ' + $scope.ColoredImageSRC.length);
4775 4779  
4776 4780 $scope.terminateCurrentlyRunningWPs();
... ...