remove js in html header : no js control in keypress for not allow enter

This commit is contained in:
Simon Leblanc 2011-05-22 02:42:28 +02:00
parent 2bfca20c1a
commit f6caac6e35
1 changed files with 0 additions and 4 deletions

View File

@ -126,10 +126,6 @@ function print_header($js = false, $nom_sondage = '')
echo '
<link rel="stylesheet" type="text/css" href="'.get_server_name().'style.css">';
if($js) {
echo '<script type="text/javascript" src="'.get_server_name().'block_enter.js"></script>';
}
echo '</head>';
}