Commit e74d12a9 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett Committed by Luke Bennett

Fix failed tests

parent affdf201
......@@ -442,7 +442,7 @@ class GitLabDropdown
text = @highlightTextMatches(text, @filterInput.val())
if group
groupAttrs = "data-group='#{group}' data-index='#{index}'"
groupAttrs = "data-group=#{group} data-index=#{index}"
else
groupAttrs = ''
html = _.template('<li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment