Commit b70f8f6fe2fa4ab3bb9de9f9e9c64bf5c09b48c0
1 parent
ed7423f3
removed alert
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -2590,7 +2590,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -2590,7 +2590,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
2590 | $scope.OnGenderChange = function (event) { | 2590 | $scope.OnGenderChange = function (event) { |
2591 | debugger; | 2591 | debugger; |
2592 | //use $scope.correspondingBodyViewIds for getting correspnding viewid | 2592 | //use $scope.correspondingBodyViewIds for getting correspnding viewid |
2593 | - alert('gender changed= ' + event.currentTarget.attributes[1].value) | 2593 | + // alert('gender changed= ' + event.currentTarget.attributes[1].value) |
2594 | if (event.currentTarget.attributes[1].value == 'Male') { | 2594 | if (event.currentTarget.attributes[1].value == 'Male') { |
2595 | if (localStorage.getItem("genderId") == 'Male') { | 2595 | if (localStorage.getItem("genderId") == 'Male') { |
2596 | 2596 |