move to /flappy-bird

This commit is contained in:
Mahdi Dibaiee
2017-04-05 21:07:20 +04:30
parent 4265d4b96a
commit dc1fe02d59
3 changed files with 9 additions and 9 deletions

View File

@ -513,7 +513,7 @@ function newGame() {
$('#loading').addClass('active');
fetch('/play').then(res => res.json()).then(function(states) {
fetch('play').then(res => res.json()).then(function(states) {
playing = true;
$('#loading').removeClass('active');