BigW Consortium Gitlab

Commit 8e3f5eba by Phil Hughes

CS multiline

parent f76066b9
......@@ -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 ""
......
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