From bf0468930cf4b09f3b895535a7e01a17a90a96c7 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 16 Nov 2016 13:30:17 +0530 Subject: [PATCH] change parameter name --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 44bcbf6..e4c3080 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -7607,11 +7607,11 @@ function OnZoom() }); } -function onListManagerTermSelection(event) { +function onListManagerTermSelection(id) { var scope = angular.element(document.getElementById("daView")).scope(); scope.$apply(function () { - scope.HighlightBodyOnListManagerSelection(event); + scope.HighlightBodyOnListManagerSelection(id); }); } \ No newline at end of file -- libgit2 0.21.4