mirror of https://github.com/zulip/zulip.git
popover_menus: Remove incorrect `return`.
This commit is contained in:
parent
2bbeef301a
commit
43578847e3
|
@ -174,7 +174,7 @@ export function initialize() {
|
|||
// press Enter to send.
|
||||
$("#compose-textarea").trigger("focus");
|
||||
|
||||
return channel.patch({
|
||||
channel.patch({
|
||||
url: "/json/settings",
|
||||
data: {enter_sends: selected_behaviour},
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue