diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 1de99b7..4317833 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -816,6 +816,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } $("#annotationToolBarOptions").removeClass("disableMenuoption"); $("#optionsListManagerTab").removeClass("disableMenuoption"); + $("#optiontSetting").removeClass("disableSubMenu"); if (($location.url() == "/da-body-view")) { @@ -863,6 +864,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic } if ($rootScope.menuLabExer == 1) { $rootScope.disableMenuoption = " "; + $("#annotationToolBarOptions").addClass("disableSubMenu"); + $("#optionsListManagerTab").addClass("disableSubMenu"); + $("#optionsCurriculum").addClass("disableSubMenu"); + $("#optiontSetting").addClass("disableSubMenu"); } $rootScope.disableFileMenu = "disableFileMenu"; } diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html index e536f72..6435c37 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html @@ -34,8 +34,8 @@