mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
ui: Initialize settings_sections before hashchange.
This is important, since settings_sections must be initialized in order to load the page with a hash in the settings UI.
This commit is contained in:
@@ -246,13 +246,13 @@ $(function () {
|
||||
tutorial.initialize();
|
||||
notifications.initialize();
|
||||
gear_menu.initialize();
|
||||
settings_sections.initialize();
|
||||
hashchange.initialize();
|
||||
pointer.initialize();
|
||||
unread_ui.initialize();
|
||||
activity.initialize();
|
||||
emoji.initialize();
|
||||
hotspots.initialize();
|
||||
settings_sections.initialize();
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user