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