From 7f90c88d6a518709d7806b9193107ac0fbf4e5cc Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Tue, 12 Jan 2021 09:51:39 +0100 Subject: [PATCH] fix js syntax --- htdocs/societe/card.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php index 0e2b10bcb19..58f5645e25d 100644 --- a/htdocs/societe/card.php +++ b/htdocs/societe/card.php @@ -1167,8 +1167,7 @@ if (is_object($objcanvas) && $objcanvas->displayCanvasExists($action)) $("#email").keyup(function() { init_check_no_email($(this)); }); - init_check_no_email($("#email")); - });'; + init_check_no_email($("#email"));'; } print '});'; print ''."\n";