From 15da132ff29e5ed3899e8672ea5c1a3426cc1325 Mon Sep 17 00:00:00 2001 From: Mukul Date: Fri, 21 Jul 2017 18:32:48 +0530 Subject: [PATCH] this is for cursor stack issue i have to do with latest develop --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 7528d60..a0cffe3 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -667,7 +667,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $rootScope.isAnnotatiomToolBarPopupActive = true; $rootScope.isAnnotatiomToolBarPopupClosed = false; $rootScope.isAnnotaionToolBarDrawingModeActive = false; - if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI") { + + if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI" || $rootScope.MenuModuleName == "AA") { if ($rootScope.disableAnnotationtoolOnListManager == true) { $('#AnnotaionPopupDiv').find('a,input, textarea, button, select,img,div').attr('disabled', 'disabled'); $('#slider-range-min-2').slider('disable'); -- libgit2 0.21.4