Merge pull request #2409 from tchak/fix-js-error

Fix js error from calling inexistent function
This commit is contained in:
Pierre de La Morinerie 2018-08-16 12:07:15 +02:00 committed by GitHub
commit b018984167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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