Commit a1c82a2d4682e6ee43d9d293207e63f53f958f06

Authored by Nikita Kulshreshtha
2 parents cd0310a1 92596bdb

Merge branch 'ListManagerActiveIssue1' into Develop

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