Fix #1124.
This commit is contained in:
parent
b5caa77df8
commit
e9b4c133ac
@ -175,6 +175,8 @@ QR =
|
|||||||
loadPersonas: (type, arr) ->
|
loadPersonas: (type, arr) ->
|
||||||
list = $ "#list-#{type}", QR.nodes.el
|
list = $ "#list-#{type}", QR.nodes.el
|
||||||
for val in arr
|
for val in arr
|
||||||
|
# XXX Firefox displays empty <option>s in the completion list.
|
||||||
|
continue unless val
|
||||||
$.add list, $.el 'option',
|
$.add list, $.el 'option',
|
||||||
textContent: val
|
textContent: val
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user