From 1e484e8a8e693f189e8bb8454ccb829a602ce8da Mon Sep 17 00:00:00 2001 From: DonRenando Date: Tue, 17 Mar 2015 19:00:07 +0100 Subject: [PATCH] memory2 --- 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 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 !

\ ';