From 4bd59c14cc34c46c2f5f0e4be21c9c2c50afd914 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Tue, 6 Aug 2013 15:21:46 +0200 Subject: [PATCH] [*] FO : Blur for tab navigation, followup a0ee3d3, thanks @Seynaeve --- themes/default/order-opc-new-account.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/order-opc-new-account.tpl b/themes/default/order-opc-new-account.tpl index ae67be595..faab28386 100644 --- a/themes/default/order-opc-new-account.tpl +++ b/themes/default/order-opc-new-account.tpl @@ -88,10 +88,10 @@ } $(document).ready(function() { - $('#company').blur(function(){ + $('#company').on('input',function(){ vat_number(); }); - $('#company_invoice').blur(function(){ + $('#company_invoice').on('input',function(){ vat_number_invoice(); }); vat_number();