diff --git a/SRC/public/js/memory.js b/SRC/public/js/memory.js index c0b8cc1..79f325c 100755 --- a/SRC/public/js/memory.js +++ b/SRC/public/js/memory.js @@ -360,7 +360,7 @@ Memory.prototype._winGame = function() { if (this.options.onGameEnd() === false) { this._clearGame(); - firework(); + //firework(); this.gameMessages.innerHTML = '

\

Vous avez gagné votre partie en ' + this.numMoves + ' coups !

\ ';