]> git.cworth.org Git - lmno.games/commit
Actually make the top-level "join game" button work.
authorCarl Worth <cworth@cworth.org>
Tue, 19 May 2020 15:44:34 +0000 (08:44 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 19 May 2020 15:44:34 +0000 (08:44 -0700)
commit958087d658fde6c960c87de96bd798aefc415292
tree789a0e35859c1bdb0f865423f1ddb88296d3c959
parentbd0a5b71f277551b6433eb4616d22ef1e807441c
Actually make the top-level "join game" button work.

Embarrassingly enough, when I first implemented the handling of this
form, I only tested that it gave a proper error message for an invalid
ID. Somehow I totally neglected to even test (let alone implement!)
the handling of a valid ID.

Fortunately, the missing implementation is _very_ easy. Just send the
browser to the URL for the game ID that was entered.
lmno.js