From 9fb080fc6ab935c6a6fbd5a9a8c3e76422f5d4ac Mon Sep 17 00:00:00 2001 From: nikita Date: Tue, 28 Nov 2017 12:40:40 +0530 Subject: [PATCH] Removed alert --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index a9c4870..fcdcc0c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -9506,7 +9506,7 @@ function OnIdentityClick() { } function OnZoom() { - alert('on zoom called'); + var scope = angular.element(document.getElementById("daView")).scope(); scope.DisableUI(); -- libgit2 0.21.4