From 230712e3fae0c4415ef3064590b5b7664cdf723a Mon Sep 17 00:00:00 2001 From: Mukul Date: Wed, 31 May 2017 17:47:06 +0530 Subject: [PATCH] this is for bug 10201 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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 = ""; -- libgit2 0.21.4