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:
Tim Abbott 2017-05-08 21:58:49 -07:00
parent 6464514ca9
commit 9da63bc087
1 changed files with 1 additions and 1 deletions

View File

@ -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();
});