diff --git a/module/download/view/item/item.js.php b/module/download/view/item/item.js.php index 33bc0c81..3fbbdffb 100644 --- a/module/download/view/item/item.js.php +++ b/module/download/view/item/item.js.php @@ -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 }); });