Ajout info insee
This commit is contained in:
parent
493701a774
commit
3cd22f4e02
@ -35,6 +35,7 @@ function set(key, value)
|
||||
{
|
||||
$.post('/comptage', { cle:key, valeur:value}, function(data, status) {
|
||||
$('#count').html(data.count);
|
||||
$('#insee').html(data.insee);
|
||||
}, 'json');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user