Browse Source

Fixing link creator

master
Levi Olson 5 years ago
parent
commit
4070dfd78d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      dist/bundle.js
  2. +1
    -1
      src/index.js

+ 1
- 1
dist/bundle.js
File diff suppressed because it is too large
View File


+ 1
- 1
src/index.js View File

@ -146,7 +146,7 @@ if (startGameForm) {
game.turn = resp.turn
game.matrix = resp.matrix
console.debug("Game:", game)
input.value = "http://localhost/join/" + game.getId()
input.value = _getUrl() + "/join/" + game.getId()
instructions.classList.remove("hide")
_waiting()
// _yourTurn()

Loading…
Cancel
Save