Skip to content
Snippets Groups Projects
Commit 774109b7 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #22437 from owncloud/fix_14095

Allow searching for single character users to share with
parents ff4e0409 d8f91b0e
No related branches found
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.
Finish editing this message first!
Please register or to comment