mirror of https://github.com/zulip/zulip.git
4aeb399315
We were doing the seemingly innocent .toggle(version_info.show_instructions) to show the instructions if and only if show_instructions was true. However, our data structures that should have been false didn't set a value, and `.toggle` with no arguments just flips the state, rather than unconditionally hiding. |
||
---|---|---|
.. | ||
dev-login.js | ||
email_log.js | ||
header.js | ||
help.js | ||
integrations.js | ||
integrations_dev_panel.js | ||
landing-page.js | ||
signup.js | ||
tabbed-instructions.js | ||
team.js |