Commit bf0468930cf4b09f3b895535a7e01a17a90a96c7
1 parent
d3abc25b
change parameter name
Showing
1 changed file
with
2 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -7607,11 +7607,11 @@ function OnZoom() |
7607 | 7607 | }); |
7608 | 7608 | } |
7609 | 7609 | |
7610 | -function onListManagerTermSelection(event) { | |
7610 | +function onListManagerTermSelection(id) { | |
7611 | 7611 | |
7612 | 7612 | var scope = angular.element(document.getElementById("daView")).scope(); |
7613 | 7613 | scope.$apply(function () { |
7614 | - scope.HighlightBodyOnListManagerSelection(event); | |
7614 | + scope.HighlightBodyOnListManagerSelection(id); | |
7615 | 7615 | }); |
7616 | 7616 | |
7617 | 7617 | } |
7618 | 7618 | \ No newline at end of file | ... | ... |