diff --git a/themes/default/authentication.tpl b/themes/default/authentication.tpl index 0f3bdf99e..1f8530c41 100644 --- a/themes/default/authentication.tpl +++ b/themes/default/authentication.tpl @@ -59,7 +59,7 @@ $(function(){ldelim} //]]> {literal} $(document).ready(function() { - $('#company').blur(function(){ + $('#company').on('input',function(){ vat_number(); }); vat_number();