diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index 09e8887..45551f1 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -7730,7 +7730,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l
$scope.OnViewChange = function (event) {
// alert(event.target.title);
// alert($("[title*='" + event.target.title + "']").parent().hasClass("active"));
- if ($("[title*='" + event.target.title + "']").parent().hasClass("active") == true) {
+ if ($("[title='" + event.target.title + "']").parent().hasClass("active") == true) {