modifié : SRC/public/js/memory.js

This commit is contained in:
DonRenando 2015-03-21 15:22:36 +01:00
parent c9044461ac
commit dfd2480993
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ Memory.prototype._winGame = function() {
<button id="mg__onend--restart" class="mg__button"><span class="icon-spinner11"></span></button>';
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);