btouellette / concarneau

Multiplayer web game using the same rules as Carcassone
MIT License
65 stars 10 forks source link

New game button gone. #6

Closed Ud71p closed 7 years ago

Ud71p commented 7 years ago

There was a button next to 'GAMES' for creating a new game, but I cannot see it anymore.

Ud71p commented 7 years ago

For those addicts who need to play anyway, I found a workaround. Open your browser's javascript console and run:

$('.fa-plus-square-o').click()

And you can create a game! Thanks for this great game.

Ud71p commented 7 years ago

To elaborate, the button is still there in DOM, but for some reason of styling, it has a width of 0, so it's not visible.

btouellette commented 7 years ago

I'll take a look at this Friday or this weekend. Thanks for reporting it. In the mean time it might be worth trying in another browser or with any browser extensions disabled.

On Jun 5, 2017 2:57 PM, "Ud71p" notifications@github.com wrote:

To elaborate, the button is still there in DOM, but for some reason of styling, it has a width of 0, so it's not visible.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/btouellette/concarneau/issues/6#issuecomment-306273474, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-3PRZBSKLtM_mn3QezEccti9AXK1w5ks5sBE98gaJpZM4NwU-E .

btouellette commented 7 years ago

Fixed: https://github.com/btouellette/concarneau/commit/e150d486adacb31b97ffaae20d09fbbe6a97cbe1