Commit ad6aadbf80833b36bfaf41b04e961de34bd8d1dd
1 parent
e3e99fdc
removed debugger.
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -2464,7 +2464,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
2464 | 2464 | |
2465 | 2465 | |
2466 | 2466 | if ($scope.isTransparencyActivated) { |
2467 | - debugger; | |
2467 | + | |
2468 | 2468 | //crete temp canavs to store the original data which will be used to chnange the transparency |
2469 | 2469 | if (document.getElementById('tempCanvas') != null) { |
2470 | 2470 | $('#tempCanvas').remove(); | ... | ... |