Allow searching for single user

This commit is contained in:
Roeland Jago Douma 2016-02-16 16:23:09 +01:00
parent c6b2457306
commit d8f91b0e82
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@
var $shareField = this.$el.find('.shareWithField');
if ($shareField.length) {
$shareField.autocomplete({
minLength: 2,
minLength: 1,
delay: 750,
focus: function(event) {
event.preventDefault();