Commit e7fc4dad6d04815a8ef2b315c4d699d7dbba6cce
1 parent
7cbab50f
Commit Changes
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -4224,7 +4224,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
4224 | 4224 | |
4225 | 4225 | |
4226 | 4226 | $scope.createTransparencyBox = function () { |
4227 | - debugger; | |
4227 | + | |
4228 | 4228 | $scope.isTransparencyBtnClicked = true; |
4229 | 4229 | |
4230 | 4230 | //do not create TBOX if in extarct mode otherwise create | ... | ... |