Commit 2027a9c635ecda3e1434870e1861f16736e85c45
1 parent
0a33dd98
changed branch name as the previous branch name( DisableTBOnExtract&ViceVersa ) …
…for enabling diabling TBox nad vice versa wa not recognised by git.
Showing
1 changed file
with
1 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -4968,9 +4968,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
4968 | 4968 | $rootScope.CanvasDivTopPosition = $("#canvasDiv").scrollTop(); |
4969 | 4969 | |
4970 | 4970 | $rootScope.CanvasDivLeftPosition = $("#canvasDiv").scrollLeft(); |
4971 | - //if listanager is visisble then close it | |
4972 | - | |
4973 | - // $rootScope.isListManagerSelected = false; | |
4971 | + | |
4974 | 4972 | |
4975 | 4973 | |
4976 | 4974 | if ($scope.isTransparencyActivated == true) { | ... | ... |