From 230f23a72af737b807dd03db3eea72fc6c4b441c Mon Sep 17 00:00:00 2001 From: Mukul Date: Mon, 10 Apr 2017 15:33:12 +0530 Subject: [PATCH] this is for bug 16661 --- 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 111dc7f..27ae8c1 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -439,7 +439,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.disableMenuoption = " "; $rootScope.disableSubMenu = "disableSubMenu"; $("#annotationToolBarOptions").addClass("disableSubMenu"); - $rootScope.disableFileMenu = " "; + $rootScope.disableFileMenu = "disableFileMenu"; } else { $("#annotationToolBarOptions").removeClass("disableSubMenu"); -- libgit2 0.21.4