Commit 9fb080fc6ab935c6a6fbd5a9a8c3e76422f5d4ac

Authored by Nikita Kulshreshtha
1 parent 9fbbbfd2

Removed alert

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -9506,7 +9506,7 @@ function OnIdentityClick() {
9506 9506 }
9507 9507  
9508 9508 function OnZoom() {
9509   - alert('on zoom called');
  9509 +
9510 9510 var scope = angular.element(document.getElementById("daView")).scope();
9511 9511 scope.DisableUI();
9512 9512  
... ...