ntt123 commited on
Commit
6d30cbd
1 Parent(s): fb03879

Update index.html

Browse files
Files changed (1) hide show
  1. 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(); }, 4000);
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(