Commit 6d2a20b21f2abc53826da1c7c893297983c22990
1 parent
35ee7463
removed commnetd code
Showing
1 changed file
with
1 additions
and
38 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -7546,44 +7546,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
7546 | 7546 | |
7547 | 7547 | //list manager |
7548 | 7548 | $scope.$on('listManagerEvent', function (event, data) { |
7549 | - | |
7550 | - | |
7551 | - //if ($rootScope.MenuModuleName == "DA") { | |
7552 | - // if ($rootScope.disableAnnotationtoolOnListManager == true) { | |
7553 | - // $('#AnnotaionPopupDiv').find('input, textarea, button, select,img,div').attr('disabled', 'disabled'); | |
7554 | - // $('#slider-range-min-2').slider('disable'); | |
7555 | - // } | |
7556 | - //} | |
7557 | - | |
7558 | - | |
7559 | - // 13666: DA > Search List > List Manager hang in the below mention case. | |
7560 | - | |
7561 | - //if ($rootScope.setListManagerZindex == true) | |
7562 | - //{ | |
7563 | - // var canvasPaintZindex = $('#canvasPaint').css("z-index"); //x | |
7564 | - | |
7565 | - // var canvasZindex = $('#canvas').css("z-index"); //y | |
7566 | - // var listManagerZindex = $('#listManager').css("z-index"); //z | |
7567 | - // if (canvasPaintZindex > canvasZindex) { | |
7568 | - // //y = parseInt(canvasPaintZindex) + 1; | |
7569 | - // //if (listManagerZindex <= canvasPaintZindex) { | |
7570 | - // // listManagerZindex = parseInt(canvasPaintZindex) + 1; | |
7571 | - // // $('#listManager').css("z-index", z); | |
7572 | - // //} | |
7573 | - // //else { | |
7574 | - // $('#listManager').css("z-index", (canvasPaintZindex + 2)); | |
7575 | - // // } | |
7576 | - // } else { | |
7577 | - // //y = parseInt(y) + 1; | |
7578 | - // $('#listManager').css("z-index", canvasZindex); | |
7579 | - // } | |
7580 | - | |
7581 | - //} | |
7582 | - | |
7583 | - | |
7584 | - | |
7585 | - | |
7586 | - | |
7549 | + | |
7587 | 7550 | if ($rootScope.islistManagerEventAlredayDispachted == true) { |
7588 | 7551 | |
7589 | 7552 | $('#spinner').css('visibility', 'visible'); | ... | ... |