Suppression d'un console.log oublié.
This commit is contained in:
parent
7139225d0c
commit
b5be3c42f4
|
@ -200,7 +200,8 @@ $(function() {
|
|||
else if (data != true) {
|
||||
$('input').removeAttr('disabled');
|
||||
var that = $(this);
|
||||
console.log("mot incorrect");
|
||||
|
||||
|
||||
$.each(data,function(i,e) {
|
||||
$('.word')
|
||||
.filter(function() { return that.val() == e; })
|
||||
|
|
Loading…
Reference in New Issue
Block a user