From c9044461ac28840b3671dc4fbac1188d2caff8ea Mon Sep 17 00:00:00 2001 From: DonRenando Date: Sat, 21 Mar 2015 15:20:28 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20SRC/public/js/memory.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SRC/public/js/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index 9d822fa..c84fb55 100755 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -367,7 +367,7 @@ Memory.prototype._winGame = function() { '; var audio = new Audio(); - var texte = 'http://translate.google.com/translate_tts?ie=UTF-8&q=bravo%20tu%20as%20gagn%C3%A9%20en%20"'+this.numMoves+'"%20coups&tl=fr'; + var texte = 'http://translate.google.com/translate_tts?ie=UTF-8&q=bravo%2C%20tu%20as%20gagn%C3%A9%20en%20%22'+this.numMoves+'%22%20coups&tl=fr' audio.src =texte; audio.play(); this.game.appendChild(this.gameMessages); From dfd24809935199c8ab96538d6add331f14bdd4b0 Mon Sep 17 00:00:00 2001 From: DonRenando Date: Sat, 21 Mar 2015 15:22:36 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20SRC/public/js/memory.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SRC/public/js/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index c84fb55..04f9398 100755 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -367,7 +367,7 @@ Memory.prototype._winGame = function() { '; var audio = new Audio(); - var texte = 'http://translate.google.com/translate_tts?ie=UTF-8&q=bravo%2C%20tu%20as%20gagn%C3%A9%20en%20%22'+this.numMoves+'%22%20coups&tl=fr' + var texte = 'http://translate.google.com/translate_tts?ie=UTF-8&q=bravo%2C%20tu%20as%20gagn%C3%A9%20en%20%22"'+this.numMoves+'"%22%20coups&tl=fr' audio.src =texte; audio.play(); this.game.appendChild(this.gameMessages); From f64a6dbf18f344e9617d9b5ee4533574f034c485 Mon Sep 17 00:00:00 2001 From: DonRenando Date: Sat, 21 Mar 2015 15:24:34 +0100 Subject: [PATCH 3/3] test --- SRC/public/js/memory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index 04f9398..c84fb55 100755 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -367,7 +367,7 @@ Memory.prototype._winGame = function() { '; var audio = new Audio(); - var texte = 'http://translate.google.com/translate_tts?ie=UTF-8&q=bravo%2C%20tu%20as%20gagn%C3%A9%20en%20%22"'+this.numMoves+'"%22%20coups&tl=fr' + var texte = 'http://translate.google.com/translate_tts?ie=UTF-8&q=bravo%2C%20tu%20as%20gagn%C3%A9%20en%20%22'+this.numMoves+'%22%20coups&tl=fr' audio.src =texte; audio.play(); this.game.appendChild(this.gameMessages);