Fix js error from calling inexistent function

This commit is contained in:
Paul Chavard 2018-08-16 11:59:18 +02:00
parent 61c5a939e4
commit 7724a48cee

View file

@ -16,8 +16,6 @@ function action_type_de_champs() {
toggleErrorClass(this, validatePhone(val));
});
address_type_init();
}
function toggleErrorClass(node, boolean) {