Commit 46732c061fd8420dd2a16fa429d99e4764739aae
1 parent
d41b5699
Committed code, Refs: #15281
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -414,7 +414,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
414 | 414 | if (($location.url() == "/da-body-view")) { |
415 | 415 | $rootScope.disableMenuannotation = " "; |
416 | 416 | $rootScope.disableMenuoption = " "; |
417 | - | |
417 | + $rootScope.disableSubMenu = "disableSubMenu"; | |
418 | 418 | } |
419 | 419 | else if (($location.url() == "/clinical-illustrations-detail") || ($location.url() == "/clinical-animations-detail")) { |
420 | 420 | $rootScope.disableMenuannotation = " "; | ... | ... |