From 4be6fa1c30c963b3378d05d704535c930f90219d Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 1 Jun 2017 16:00:29 +0530 Subject: [PATCH] List Manager Active Issue --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- libgit2 0.21.4