cameroncondry / cbc-kitten-scientists

Add-on for the wonderful incremental browser game: http://kittensgame.com/web/
MIT License
113 stars 94 forks source link

Ensure tab has rendered so we can click button #213

Closed amaranth closed 7 years ago

amaranth commented 7 years ago

The previous fix for #209 more or less solved the problem but sort of by accident. When the game first starts festivalBtn still doesn't exist so we trigger the same error. Eventually the game creates the button and the problem goes away. This change forces the tab to render so the button is always available.

cameroncondry commented 7 years ago

Thank you!