Extract js/ui_util.js.

This commit is contained in:
Steve Howell
2017-03-18 13:35:35 -07:00
committed by Tim Abbott
parent 099f401b9b
commit d026344b37
16 changed files with 59 additions and 44 deletions

View File

@@ -262,7 +262,7 @@ exports.start = function (msg_type, opts) {
compose.message_content(opts.content);
}
ui.change_tab_to("#home");
ui_util.change_tab_to("#home");
is_composing_message = msg_type;