Commit b47c8bc05829f2b800670ed89c2b814d2042cbde
Merge branch 'reopenbuglistmanager' into Develop
Showing
1 changed file
with
2 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -2812,8 +2812,9 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
2812 | 2812 | //$("#termList").find("option").css({ "background-color": "#ffffff", "color": "#000000" }); |
2813 | 2813 | //$('#termList option[value="' + $rootScope.SelectedTermList + '"]').css({ "background-color": "#3399FF", "color": "#ffffff" }); |
2814 | 2814 | |
2815 | - $("#optionsListManagerTab").addClass("active"); | |
2815 | + | |
2816 | 2816 | } |
2817 | + $("#optionsListManagerTab").addClass("active"); | |
2817 | 2818 | } |
2818 | 2819 | |
2819 | 2820 | $rootScope.CloseListManager = function () { | ... | ... |