branche_v11
Fred Tempez 2 years ago
parent 9016fb4cf2
commit fc11676d02

@ -11,9 +11,9 @@
*/
/**
* Incrément les stats
* Incrémente les stats
*/
$('#downloadItemFile').click(function() {
$('#downloadItemFile').click(function() {
$('#downloadStats').html(function(i, val) { return val*1+1 });
});

Loading…
Cancel
Save