mirror of https://github.com/zulip/zulip.git
Fix indentation
(imported from commit 4735fd730eb74cff8d494fc3d440111733af505f)
This commit is contained in:
parent
c86fd609e2
commit
8367cec454
|
@ -60,9 +60,9 @@ $(function () {
|
|||
|
||||
// TODO: preserve focus
|
||||
compose.start(vars.msg_type, {stream: vars.stream,
|
||||
subject: vars.subject,
|
||||
private_message_recipient: vars.recipient,
|
||||
message: vars.msg});
|
||||
subject: vars.subject,
|
||||
private_message_recipient: vars.recipient,
|
||||
message: vars.msg});
|
||||
if (send_now) {
|
||||
compose.finish();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue