Commit 230f23a72af737b807dd03db3eea72fc6c4b441c
1 parent
58e4a39b
this is for bug 16661
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -439,7 +439,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
439 | 439 | $rootScope.disableMenuoption = " "; |
440 | 440 | $rootScope.disableSubMenu = "disableSubMenu"; |
441 | 441 | $("#annotationToolBarOptions").addClass("disableSubMenu"); |
442 | - $rootScope.disableFileMenu = " "; | |
442 | + $rootScope.disableFileMenu = "disableFileMenu"; | |
443 | 443 | } |
444 | 444 | else { |
445 | 445 | $("#annotationToolBarOptions").removeClass("disableSubMenu"); | ... | ... |