Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-02-07 18:44:37 +0300
committerGitHub <noreply@github.com>2019-02-07 18:44:37 +0300
commit386b8595b1ae8b2a271731443aed669e9b7815f8 (patch)
treef027c3ea15c5af4dfbca8bd8fd5df5f23d5033f1 /apps/comments
parentb4a5fd5a9db836b27d34c811d2b9a1068e73a999 (diff)
parentc3ff11bb087a231b3b5597812f444f3b8235ecf9 (diff)
Merge pull request #13961 from nextcloud/backport/13945/stable15
[stable15] Show autocompletion as soon as "@" is typed
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/js/commentstabview.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js
index 04b0f292299..f87cf29a7d1 100644
--- a/apps/comments/js/commentstabview.js
+++ b/apps/comments/js/commentstabview.js
@@ -185,9 +185,6 @@
},
_onAutoComplete: function(query, callback) {
- if(_.isEmpty(query)) {
- return;
- }
var s = this;
if(!_.isUndefined(this._autoCompleteRequestTimer)) {
clearTimeout(this._autoCompleteRequestTimer);