Commit 8e3f5eba authored by Phil Hughes's avatar Phil Hughes

CS multiline

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