zulip/static/js/portico
Tim Abbott 4aeb399315 apps: Fix buggy toggling with version_info.show_instructions.
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.
2019-07-11 11:48:24 -07:00
..
dev-login.js refactor: Remove inline javascript code in dev_login.html. 2019-03-25 15:14:24 -07:00
email_log.js refactor: Remove inline javascript code in email_log.html. 2019-04-05 17:28:23 -07:00
header.js portico: Increase the clickable area of logout button. 2018-10-05 15:35:43 -07:00
help.js static/js/common: Add `Ctrl` key mapping to `Cmd` for MacOS. 2019-07-08 20:07:49 -07:00
integrations.js integrations: Make header of integrations/docs on mobile look good. 2019-06-12 17:33:53 -07:00
integrations_dev_panel.js devtools: Update the send_all feature of the integrations tool for headers. 2019-06-26 10:35:16 -07:00
landing-page.js apps: Fix buggy toggling with version_info.show_instructions. 2019-07-11 11:48:24 -07:00
signup.js signup, settings: Update password strength meter on input events. 2019-06-27 14:51:19 -07:00
tabbed-instructions.js static/js/common: Extract function `has_mac_keyboard`. 2019-06-24 14:04:42 -07:00
team.js team: Lazy-load repository tabs. 2018-08-28 16:45:00 -07:00