Commit e0d5bbac4eed9133f6afb2c96964fb15651d0243

Authored by Nikita Kulshreshtha
2 parents fdcc4323 6dac638a

Merge branch 'Bug#22099' of http://52.6.196.163/ADAM/AIAHTML5 into Bug#22099_1

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -2645,11 +2645,6 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
2645 2645  
2646 2646 }
2647 2647  
2648   - if ($scope.layerNumber == 224)
2649   - {
2650   - }
2651   - else {
2652   -
2653 2648 var worker = new Worker('term-number-wp.js');
2654 2649  
2655 2650 //push workers in array to further used the refernece to delete the workers
... ... @@ -2799,7 +2794,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
2799 2794 worker.onerror = function (e) {
2800 2795 alert('Error: Line ' + e.lineno + ' in ' + e.filename + ': ' + e.message);
2801 2796 };
2802   - }
  2797 +
2803 2798 }
2804 2799 }
2805 2800 }, 100)
... ... @@ -7345,7 +7340,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
7345 7340 // $rootScope.isListManagerSelected = false;
7346 7341 $rootScope.CloseListManager();
7347 7342  
7348   - $rootScope.isHighlightBodyByBodySystem = false;
  7343 + // $rootScope.isHighlightBodyByBodySystem = false;
7349 7344  
7350 7345 //Remove the Search list and then Repopulate it on change of Gender
7351 7346 $('#searchListDiv').empty()
... ... @@ -7585,7 +7580,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
7585 7580 //$rootScope.isListManagerSelected = false;
7586 7581 $rootScope.CloseListManager();
7587 7582  
7588   - $rootScope.isHighlightBodyByBodySystem = false;
  7583 + // $rootScope.isHighlightBodyByBodySystem = false;
7589 7584  
7590 7585 //Remove the search list and then Repopulate it on change of View
7591 7586 $('#searchListDiv').empty()
... ...