diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
index bd3ced6..d4c757e 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -525,6 +525,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$rootScope.disableMenuoption = " ";
$rootScope.disableSubMenu = "disableSubMenu";
$("#annotationToolBarOptions").removeClass("disableSubMenu");
+ $("#optionsListManagerTab").addClass("disableSubMenu");
$rootScope.disableFileMenu = " ";
}
else if ($location.url() == "/clinical-animations-detail") {
@@ -532,10 +533,12 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
$rootScope.disableMenuoption = " ";
$rootScope.disableSubMenu = "disableSubMenu";
$("#annotationToolBarOptions").addClass("disableSubMenu");
+ $("#optionsListManagerTab").addClass("disableSubMenu");
$rootScope.disableFileMenu = "disableFileMenu";
}
else {
$("#annotationToolBarOptions").removeClass("disableSubMenu");
+ $("#optionsListManagerTab").removeClass("disableSubMenu");
$rootScope.disableMenuannotation = "disableMenuannotation";
$rootScope.disableMenuoption = "disableMenuoption";
$rootScope.disableSubMenu = "";