commit b5be3c42f4a1e119241cf9000d04fc693cdde765
parent 7139225d0ce7f3e2f70250e3c0e4b665ceca9d3e
Author: Yoann <yoann.b87@voila.fr>
Date: Thu, 19 May 2011 09:35:56 +0200
Suppression d'un console.log oubliƩ.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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; })