Ajout info insee

This commit is contained in:
Michael RICOIS 2011-12-14 15:10:16 +00:00
parent 493701a774
commit 3cd22f4e02

View File

@ -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');
}