Remove username validation

This commit is contained in:
champsupertramp
2016-02-19 19:48:18 +08:00
parent 0122c5cec5
commit b4174784c9
+2
View File
@@ -270,9 +270,11 @@ jQuery(document).ready(function(){
UM_check_password_matched();
}
/*
if(jQuery('input[data-key=user_login]').length) {
UM_check_username();
}
*/
});
function UM_hide_menus() {