Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
e1f7e43c
Commit
e1f7e43c
authored
Oct 13, 2017
by
Ryan Herbert
Browse files
autocomplete.js missed an occurence of group_ids reference
parent
348a30c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/autocomplete.js
View file @
e1f7e43c
...
...
@@ -67,7 +67,7 @@ VidjilAutoComplete.prototype = {
isLoaded
:
function
(
keys
)
{
// this.loadedData is sorted on assignment
if
(
this
.
loadedData
.
length
!==
group_id
s
.
length
)
{
if
(
this
.
loadedData
.
length
!==
key
s
.
length
)
{
return
false
;
}
var
sorted_keys
=
keys
.
sort
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment