From 56f0fe04b52140b9c5f4163ae579d9cb456c2a53 Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 21 Feb 2018 18:21:58 +0530 Subject: [PATCH] this is solution for the bug 28586 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 5 +++++ 400-SOURCECODE/AIAHTML5.Web/app/widget/TopMenu.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 @@
  • Annotation Toolbar
  • -
  • Add to Existing Curriculum
  • -
  • Settings
  • +
  • Add to Existing Curriculum
  • +
  • Settings
  • Lab Exercises PDF
  • -- libgit2 0.21.4