mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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();
|
tutorial.initialize();
|
||||||
notifications.initialize();
|
notifications.initialize();
|
||||||
gear_menu.initialize();
|
gear_menu.initialize();
|
||||||
|
settings_sections.initialize();
|
||||||
hashchange.initialize();
|
hashchange.initialize();
|
||||||
pointer.initialize();
|
pointer.initialize();
|
||||||
unread_ui.initialize();
|
unread_ui.initialize();
|
||||||
activity.initialize();
|
activity.initialize();
|
||||||
emoji.initialize();
|
emoji.initialize();
|
||||||
hotspots.initialize();
|
hotspots.initialize();
|
||||||
settings_sections.initialize();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user