Suppression d'un console.log oublié.

This commit is contained in:
Yoann 2011-05-19 09:35:56 +02:00
parent 7139225d0c
commit b5be3c42f4

View File

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