Commit 63dfb0960a23e955789e30a8bb6dcbd68405f64d
1 parent
c982ce6d
this is solution for the bug 24604
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -7730,7 +7730,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
7730 | 7730 | $scope.OnViewChange = function (event) { |
7731 | 7731 | // alert(event.target.title); |
7732 | 7732 | // alert($("[title*='" + event.target.title + "']").parent().hasClass("active")); |
7733 | - if ($("[title*='" + event.target.title + "']").parent().hasClass("active") == true) { | |
7733 | + if ($("[title='" + event.target.title + "']").parent().hasClass("active") == true) { | |
7734 | 7734 | |
7735 | 7735 | |
7736 | 7736 | ... | ... |