From 46732c061fd8420dd2a16fa429d99e4764739aae Mon Sep 17 00:00:00 2001 From: Utkarsh Singh Date: Fri, 10 Mar 2017 15:15:11 +0530 Subject: [PATCH] Committed code, Refs: #15281 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 290292e..a6bf7b3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -414,7 +414,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic if (($location.url() == "/da-body-view")) { $rootScope.disableMenuannotation = " "; $rootScope.disableMenuoption = " "; - + $rootScope.disableSubMenu = "disableSubMenu"; } else if (($location.url() == "/clinical-illustrations-detail") || ($location.url() == "/clinical-animations-detail")) { $rootScope.disableMenuannotation = " "; -- libgit2 0.21.4