This commit is contained in:
DonRenando 2015-03-17 19:00:07 +01:00
parent 61e1ed412e
commit 1e484e8a8e
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ Memory.prototype._winGame = function() {
if (this.options.onGameEnd() === false) { if (this.options.onGameEnd() === false) {
this._clearGame(); this._clearGame();
firework(); //firework();
this.gameMessages.innerHTML = '<h2 class="mg__onend--heading"><span class="icon-trophy"></span></h2>\ this.gameMessages.innerHTML = '<h2 class="mg__onend--heading"><span class="icon-trophy"></span></h2>\
<p class="mg__onend--message">Vous avez gagné votre partie en ' + this.numMoves + ' coups !</p>\ <p class="mg__onend--message">Vous avez gagné votre partie en ' + this.numMoves + ' coups !</p>\
<button id="mg__onend--restart" class="mg__button"><span class="icon-spinner11"></span></button>'; <button id="mg__onend--restart" class="mg__button"><span class="icon-spinner11"></span></button>';