diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index d1f98a9..e1c3dc0 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -2812,8 +2812,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
//$("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" });
//$('#termList option[value="' + $rootScope.SelectedTermList + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" });
- $("#optionsListManagerTab").addClass("active");
+
}
+ $("#optionsListManagerTab").addClass("active");
}
$rootScope.CloseListManager = function () {