Commit c2b7080ef15e2a7ac4e3cf8836d2c9c4267b2b62

Authored by unknown
1 parent 9e176a5f

Commit Changes

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");
... ...