Commit 1e33dc8e8710c0630227a191e75e887acc808585

Authored by Nikita Kulshreshtha
2 parents aedb458b 230f23a7

Merge branch 'filedisableanimation' into Develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
@@ -439,7 +439,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic @@ -439,7 +439,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
439 $rootScope.disableMenuoption = " "; 439 $rootScope.disableMenuoption = " ";
440 $rootScope.disableSubMenu = "disableSubMenu"; 440 $rootScope.disableSubMenu = "disableSubMenu";
441 $("#annotationToolBarOptions").addClass("disableSubMenu"); 441 $("#annotationToolBarOptions").addClass("disableSubMenu");
442 - $rootScope.disableFileMenu = " "; 442 + $rootScope.disableFileMenu = "disableFileMenu";
443 } 443 }
444 else { 444 else {
445 $("#annotationToolBarOptions").removeClass("disableSubMenu"); 445 $("#annotationToolBarOptions").removeClass("disableSubMenu");