mirror of https://github.com/zulip/zulip.git
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:
parent
6464514ca9
commit
9da63bc087
|
@ -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();
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue