From fc11676d02230a8ed623bef3f73fc18352e6f78d Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 9 Sep 2021 19:41:31 +0200 Subject: [PATCH] typo --- module/download/view/item/item.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }); });