Lines 1245-1262
Link Here
|
1245 |
else {return false;} |
1245 |
else {return false;} |
1246 |
}); |
1246 |
}); |
1247 |
|
1247 |
|
1248 |
$("#entryform").validate({ |
|
|
1249 |
rules: { |
1250 |
password: { |
1251 |
password_strong: true, |
1252 |
password_no_spaces: true |
1253 |
}, |
1254 |
password2: { |
1255 |
password_match: true |
1256 |
} |
1257 |
} |
1258 |
}); |
1259 |
|
1260 |
$("#saverecord").click(function(){ |
1248 |
$("#saverecord").click(function(){ |
1261 |
if( check_form_borrowers() ){ |
1249 |
if( check_form_borrowers() ){ |
1262 |
$("#entryform").submit(); |
1250 |
$("#entryform").submit(); |