Merge pull request #2409 from tchak/fix-js-error
Fix js error from calling inexistent function
This commit is contained in:
commit
b018984167
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