Commit 9dec54b1aad25b6450bb4f36c9a91520f218078c
1 parent
524eed32
removed debugger.
Showing
1 changed file
with
0 additions
and
9 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -319,9 +319,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
319 | 319 | |
320 | 320 | |
321 | 321 | |
322 | - | |
323 | - | |
324 | - | |
325 | 322 | // $rootScope.openViewsDA.push({ "ViewId": 1 }); |
326 | 323 | $rootScope.currentSlug = 'da-body-view'; |
327 | 324 | |
... | ... | @@ -373,12 +370,6 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
373 | 370 | }) |
374 | 371 | |
375 | 372 | |
376 | - | |
377 | - | |
378 | - | |
379 | - | |
380 | - | |
381 | - | |
382 | 373 | $scope.LoadDefaultLayerImage = function () { |
383 | 374 | // debugger; |
384 | 375 | ... | ... |