Skip to content
Snippets Groups Projects
Commit 8e3f5eba authored by Phil Hughes's avatar Phil Hughes
Browse files

CS multiline

parent f76066b9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -331,11 +331,11 @@ class GitLabDropdown
).join('')
 
noResults: ->
html = "<li class='dropdown-menu-empty-link'>"
html += "<a href='#' class='is-focused'>"
html += "No matching results."
html += "</a>"
html += "</li>"
html = "<li class='dropdown-menu-empty-link'>
<a href='#' class='is-focused'>
No matching results.
</a>
</li>"
 
highlightRow: (index) ->
if @filterInput.val() isnt ""
Loading
Loading
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