[spalenque] - 7812 *WIP
This commit is contained in:
parent
6e72a65c5b
commit
8398a35328
@ -45,6 +45,8 @@ jQuery(document).ready(function($) {
|
||||
if (gender) {
|
||||
if (gender == 'Specify') {
|
||||
return ($.trim($("input[name='GenderSpecify']").val()) != '');
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
|
@ -56,6 +56,8 @@ jQuery(document).ready(function($) {
|
||||
if (gender) {
|
||||
if (gender == 'Specify') {
|
||||
return ($.trim($("input[name='GenderSpecify']").val()) != '');
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user