CS multiline

This commit is contained in:
Phil Hughes 2016-04-05 09:07:40 +01:00
parent f76066b9fb
commit 8e3f5ebaa0

View file

@ -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 ""