From f6caac6e351c46661194c29b52e51fb872f0ecd3 Mon Sep 17 00:00:00 2001 From: Simon Leblanc Date: Sun, 22 May 2011 02:42:28 +0200 Subject: [PATCH] remove js in html header : no js control in keypress for not allow enter --- fonctions.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fonctions.php b/fonctions.php index 8a8cfdc..a9818a2 100644 --- a/fonctions.php +++ b/fonctions.php @@ -126,10 +126,6 @@ function print_header($js = false, $nom_sondage = '') echo ' '; - if($js) { - echo ''; - } - echo ''; }