Fix js error from calling inexistent function
This commit is contained in:
parent
61c5a939e4
commit
7724a48cee
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ function action_type_de_champs() {
|
|||
|
||||
toggleErrorClass(this, validatePhone(val));
|
||||
});
|
||||
|
||||
address_type_init();
|
||||
}
|
||||
|
||||
function toggleErrorClass(node, boolean) {
|
||||
|
|
Loading…
Reference in a new issue