Commit 2c208565eff0c744db260237c9ceadeee9a8fec2

Authored by Amrita Vishnoi
1 parent 3c164057

Removed Code

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -8937,6 +8937,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l @@ -8937,6 +8937,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
8937 // $("#termList").find("option").attr('selected', false); 8937 // $("#termList").find("option").attr('selected', false);
8938 $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" }); 8938 $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
8939 $("#termList").find("option[id=" + actualTermNumber + "]").css({ "background-color": "#3399FF", "color": "#ffffff" }); 8939 $("#termList").find("option[id=" + actualTermNumber + "]").css({ "background-color": "#3399FF", "color": "#ffffff" });
  8940 + $("div#backdrop #termlistfilter li").find("a").css({ "background-color": "#ffffff", "color": "#000000" });
  8941 + $("div#backdrop #termlistfilter li").find("a[id=" + actualTermNumber + "]").css({ "background-color": "#3399FF", "color": "#ffffff" });
8940 $scope.terminateCurrentlyRunningWPs(); 8942 $scope.terminateCurrentlyRunningWPs();
8941 8943
8942 $rootScope.isListManagerSelected = true; 8944 $rootScope.isListManagerSelected = true;
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3801,9 +3801,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -3801,9 +3801,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3801 $('#termList option[value="' + $rootScope.searchSelectedText + '"]').prop("selected", true); 3801 $('#termList option[value="' + $rootScope.searchSelectedText + '"]').prop("selected", true);
3802 $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" }); 3802 $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
3803 $('#termList option[value="' + $rootScope.searchSelectedText + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" }); 3803 $('#termList option[value="' + $rootScope.searchSelectedText + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });
3804 - $rootScope.searchOption = $('#termList option[value="' + $rootScope.searchSelectedText + '"]').attr("id");  
3805 - $("div#backdrop #searchListDivAA #termlistfilter li").find("a").css({ "background-color": "#ffffff", "color": "#000000" });  
3806 - $("div#backdrop #searchListDivAA #termlistfilter li").find("a[id=" + $rootScope.searchOption + "]").css({ "background-color": "#3399FF", "color": "#ffffff" }); 3804 +
3807 }, 1000); 3805 }, 1000);
3808 } 3806 }
3809 else { 3807 else {
400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -1145,13 +1145,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou @@ -1145,13 +1145,7 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou
1145 $scope.showAnnotation(selectedPinData, false, true, false); 1145 $scope.showAnnotation(selectedPinData, false, true, false);
1146 1146
1147 } 1147 }
1148 - $('#termList option[selected="selected"]').prop("selected", false);  
1149 - $('#termList option[value="' + $rootScope.clickedPinAnnotation + '"]').prop("selected", true);  
1150 - $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });  
1151 - $('#termList option[value="' + $rootScope.clickedPinAnnotation + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });  
1152 - $rootScope.clickedPinAnnotationID = $('#termList option[value="' + $rootScope.clickedPinAnnotation + '"]').attr("id");  
1153 - $("div#backdrop #searchListDivAA #termlistfilter li").find("a").css({ "background-color": "#ffffff", "color": "#000000" });  
1154 - $("div#backdrop #searchListDivAA #termlistfilter li").find("a[id=" + $rootScope.clickedPinAnnotationID + "]").css({ "background-color": "#3399FF", "color": "#ffffff" }); 1148 +
1155 } 1149 }
1156 1150
1157 }).drawLayers(); 1151 }).drawLayers();