From 63dfb0960a23e955789e30a8bb6dcbd68405f64d Mon Sep 17 00:00:00 2001 From: Mukul Date: Mon, 20 Nov 2017 12:14:31 +0530 Subject: [PATCH] this is solution for the bug 24604 --- 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 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) { -- libgit2 0.21.4