Commit 4be6fa1c30c963b3378d05d704535c930f90219d

Authored by unknown
1 parent c2b7080e

List Manager Active Issue

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -3111,8 +3111,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
3111 3111  
3112 3112 $('#bodySystems option[selected="selected"]').prop("selected", false);
3113 3113 $('#bodySystems option[value="' + $rootScope.selectedBodySystemName + '"]').prop("selected", true);
3114   - // $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
3115   - // $('#termList option[value="' + $rootScope.searchSelectedText + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });
  3114 + $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
  3115 + $('#termList option[value="' + $rootScope.searchSelectedText + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });
3116 3116  
3117 3117 }
3118 3118 $("#optionsListManagerTab").addClass("active");
... ...