Commit a1c82a2d4682e6ee43d9d293207e63f53f958f06
Merge branch 'ListManagerActiveIssue1' into Develop
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3111,8 +3111,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | @@ -3111,8 +3111,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic | ||
3111 | 3111 | ||
3112 | $('#bodySystems option[selected="selected"]').prop("selected", false); | 3112 | $('#bodySystems option[selected="selected"]').prop("selected", false); |
3113 | $('#bodySystems option[value="' + $rootScope.selectedBodySystemName + '"]').prop("selected", true); | 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 | $("#optionsListManagerTab").addClass("active"); | 3118 | $("#optionsListManagerTab").addClass("active"); |