typo
This commit is contained in:
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…
Reference in New Issue
Block a user