Commit 9fb080fc6ab935c6a6fbd5a9a8c3e76422f5d4ac
1 parent
9fbbbfd2
Removed alert
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -9506,7 +9506,7 @@ function OnIdentityClick() { | @@ -9506,7 +9506,7 @@ function OnIdentityClick() { | ||
9506 | } | 9506 | } |
9507 | 9507 | ||
9508 | function OnZoom() { | 9508 | function OnZoom() { |
9509 | - alert('on zoom called'); | 9509 | + |
9510 | var scope = angular.element(document.getElementById("daView")).scope(); | 9510 | var scope = angular.element(document.getElementById("daView")).scope(); |
9511 | scope.DisableUI(); | 9511 | scope.DisableUI(); |
9512 | 9512 |