Correction javascript pour la saisie des ips

This commit is contained in:
Michael RICOIS 2011-11-21 14:44:59 +00:00
parent f98f20847a
commit ab80c61fa3

View File

@ -94,7 +94,7 @@ $(document).ready(function(){
});
//Obtention informations de l'etablissement
$('body').delegate('#etabnic', 'click',function(e){
$('body').delegate('#etabnic', 'click', function(e){
e.preventDefault();
var siret = $(this).attr('title');
$('#infoetabnic').html('Lecture des informations...');