return
This commit is contained in:
parent
949442ffbc
commit
2fdcf42f29
@ -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%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%20tu%20as%20gagn%C3%A9%20en%20"'+this.numMoves+'"%20coups&tl=fr';
|
||||
audio.src =texte;
|
||||
audio.play();
|
||||
this.game.appendChild(this.gameMessages);
|
||||
|
@ -21,6 +21,9 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div style="position: relative; left: 0; bottom:40%; padding-left:1%; ">
|
||||
<a href="/"><img style="height: 80px;" src="{{ URL::to('imgs/previouspage.png') }}"></a>
|
||||
</div>
|
||||
|
||||
@section('page-css')
|
||||
<link href="{{ URL::to('css/fonts/style.css') }}" rel="stylesheet" type="text/css"/>
|
||||
|
Reference in New Issue
Block a user