mirror of https://github.com/zulip/zulip.git
Three autocompletes for subject, for consistency with stream.
(imported from commit 08e12fa2cfbe37b53a06888b879babbcf12733bf)
This commit is contained in:
parent
41290f3e23
commit
a6dbb88d0a
|
@ -80,7 +80,7 @@ exports.initialize = function () {
|
|||
}
|
||||
return [];
|
||||
},
|
||||
items: 2,
|
||||
items: 3,
|
||||
highlighter: escaping_highlighter
|
||||
});
|
||||
$( "#huddle_recipient" ).typeahead({
|
||||
|
|
Loading…
Reference in New Issue