This commit is contained in:
Fred Tempez 2021-09-09 19:41:31 +02:00
parent 9016fb4cf2
commit fc11676d02
1 changed files with 2 additions and 2 deletions

View File

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