ui: Wait for i18n setup before rendering hotkeys help.

Much like 038a2c769, but for the three tabs at the top of the
`?` help overlay for keyboard shortcuts.
This commit is contained in:
Greg Price
2017-08-07 17:16:35 -07:00
committed by Tim Abbott
parent 8ab213e3e4
commit ee3ead2744
2 changed files with 7 additions and 3 deletions

View File

@@ -269,6 +269,7 @@ $(function () {
drafts.initialize();
sent_messages.initialize();
compose.initialize();
ui.initialize();
});