diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index b1e5191..d8dc4d0 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -3111,8 +3111,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$('#bodySystems option[selected="selected"]').prop("selected", false);
$('#bodySystems option[value="' + $rootScope.selectedBodySystemName + '"]').prop("selected", true);
- // $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
- // $('#termList option[value="' + $rootScope.searchSelectedText + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });
+ $("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
+ $('#termList option[value="' + $rootScope.searchSelectedText + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });
}
$("#optionsListManagerTab").addClass("active");