Correction javascript pour la saisie des ips
This commit is contained in:
parent
f98f20847a
commit
ab80c61fa3
@ -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...');
|
||||
|
Loading…
Reference in New Issue
Block a user