Skip to content
Snippets Groups Projects
Commit d8f91b0e authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Allow searching for single user

parent c6b24573
Branches
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
var $shareField = this.$el.find('.shareWithField'); var $shareField = this.$el.find('.shareWithField');
if ($shareField.length) { if ($shareField.length) {
$shareField.autocomplete({ $shareField.autocomplete({
minLength: 2, minLength: 1,
delay: 750, delay: 750,
focus: function(event) { focus: function(event) {
event.preventDefault(); event.preventDefault();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment