Commit 1e33dc8e8710c0630227a191e75e887acc808585
Merge branch 'filedisableanimation' into Develop
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"); | ... | ... |