mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
jQuery’s $(callback) already checks document.readyState to decide whether to run the callback immediately (that’s like, jQuery’s entire value proposition). We probably don’t need ready callbacks at all anymore thanks to <script defer>, but that’s a larger change. Signed-off-by: Anders Kaseorg <anders@zulip.com>