Augmentation du temps de récupération des kbis à 2 secondes

This commit is contained in:
Michael RICOIS 2009-08-27 14:13:14 +00:00
parent cff1c539d9
commit e3b1cc645b

View File

@ -200,7 +200,7 @@ else {
var checkInterval = 5;
var url = '';
checkKbis(<?=$start?>);
var holdTheInterval = setInterval(update, 900);
var holdTheInterval = setInterval(update, 1200);
$("#progressbar").reportprogress(0);
});
</script>