Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -77,7 +77,7 @@
|
|
77 |
};
|
78 |
this.end_game = function () {
|
79 |
this.game_ended = true;
|
80 |
-
setTimeout(function () { this_.reset(); this_.render(); },
|
81 |
};
|
82 |
this.ai_play = function () {
|
83 |
this_.submit_board().then(
|
|
|
77 |
};
|
78 |
this.end_game = function () {
|
79 |
this.game_ended = true;
|
80 |
+
setTimeout(function () { this_.reset(); this_.render(); }, 3000);
|
81 |
};
|
82 |
this.ai_play = function () {
|
83 |
this_.submit_board().then(
|