modif css

This commit is contained in:
DonRenando 2015-03-16 19:01:25 +01:00
parent dff658cd8e
commit 33f8be4a19
1 changed files with 2 additions and 2 deletions

View File

@ -342,9 +342,9 @@
var self = this; var self = this;
if (this.options.onGameEnd() === false) { if (this.options.onGameEnd() === false) {
this._clearGame(); this._clearGame();
document.getElementById("mg__onend--restart").addEventListener( "click", function(e) { /* document.getElementById("win").addEventListener( "click", function(e) {
self.resetGame(); self.resetGame();
}); });*/
} else { } else {
// run callback // run callback
this.options.onGameEnd(); this.options.onGameEnd();