|
@@ -29,7 +29,7 @@ function register_click() {
|
|
|
var password = $(that).find('.password').val();
|
|
var password = $(that).find('.password').val();
|
|
|
var re_password = $(that).find('.repassword').val();
|
|
var re_password = $(that).find('.repassword').val();
|
|
|
|
|
|
|
|
- console.log(username, password, re_password, code);
|
|
|
|
|
|
|
+ // console.log(username, password, re_password, code);
|
|
|
if(username == '') {
|
|
if(username == '') {
|
|
|
$(that).find('.error').fadeOut('fast', function(){
|
|
$(that).find('.error').fadeOut('fast', function(){
|
|
|
$(this).css('top', '27px');
|
|
$(this).css('top', '27px');
|
|
@@ -59,7 +59,7 @@ function register_click() {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
if(password !== re_password) {
|
|
if(password !== re_password) {
|
|
|
- console.log(password, re_password);
|
|
|
|
|
|
|
+ // console.log(password, re_password);
|
|
|
$(that).find('.error').fadeOut('fast', function(){
|
|
$(that).find('.error').fadeOut('fast', function(){
|
|
|
$(this).css('top', '234px');
|
|
$(this).css('top', '234px');
|
|
|
});
|
|
});
|