From b5be3c42f4a1e119241cf9000d04fc693cdde765 Mon Sep 17 00:00:00 2001 From: Yoann Date: Thu, 19 May 2011 09:35:56 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20d'un=20console.log=20oubli=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/serveur/php/ressources/createGame.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/serveur/php/ressources/createGame.js b/code/serveur/php/ressources/createGame.js index 63d43e0..822c83a 100644 --- a/code/serveur/php/ressources/createGame.js +++ b/code/serveur/php/ressources/createGame.js @@ -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; })