Commit 1310aae775efbfc3bfbe7dd0f54aba06a720c960
Merge branch '7398IssueFix' into Develop
Showing
1 changed file
with
4 additions
and
0 deletions
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(); | ... | ... |