Commit 15da132ff29e5ed3899e8672ea5c1a3426cc1325

Authored by Mukul Rajput
1 parent fa52ae34

this is for cursor stack issue i have to do with latest develop

400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... ... @@ -667,7 +667,8 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic
667 667 $rootScope.isAnnotatiomToolBarPopupActive = true;
668 668 $rootScope.isAnnotatiomToolBarPopupClosed = false;
669 669 $rootScope.isAnnotaionToolBarDrawingModeActive = false;
670   - if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI") {
  670 +
  671 + if ($rootScope.MenuModuleName == "DA" || $rootScope.MenuModuleName == "CI" || $rootScope.MenuModuleName == "AA") {
671 672 if ($rootScope.disableAnnotationtoolOnListManager == true) {
672 673 $('#AnnotaionPopupDiv').find('a,input, textarea, button, select,img,div').attr('disabled', 'disabled');
673 674 $('#slider-range-min-2').slider('disable');
... ...