mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
CS multiline
This commit is contained in:
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user