Commit bd06ffaa7b3333562f97e8de2a3ccece230d405e
Merge branch 'litralArmChangeIssue' of http://52.6.196.163/ADAM/AIAHTML5 into Develop
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -7736,7 +7736,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
7736 | 7736 | $scope.OnViewChange = function (event) { |
7737 | 7737 | // alert(event.target.title); |
7738 | 7738 | // alert($("[title*='" + event.target.title + "']").parent().hasClass("active")); |
7739 | - if ($("[title*='" + event.target.title + "']").parent().hasClass("active") == true) { | |
7739 | + if ($("[title='" + event.target.title + "']").parent().hasClass("active") == true) { | |
7740 | 7740 | |
7741 | 7741 | |
7742 | 7742 | ... | ... |