mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
The `initialize` function registers a click handler, and previously it was being registered another time each time one of these calls to `initialize()` happened. The only other thing that happens in `initialize` is a call to `render_title_area`, so this commit replaces the extra calls to initialize with that.