diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 094230a..9dfad17 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -2590,7 +2590,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo $scope.OnGenderChange = function (event) { debugger; //use $scope.correspondingBodyViewIds for getting correspnding viewid - alert('gender changed= ' + event.currentTarget.attributes[1].value) + // alert('gender changed= ' + event.currentTarget.attributes[1].value) if (event.currentTarget.attributes[1].value == 'Male') { if (localStorage.getItem("genderId") == 'Male') {