This commit is contained in:
Mayhem 2013-05-25 22:24:10 +02:00
parent b5caa77df8
commit e9b4c133ac

View File

@ -175,6 +175,8 @@ QR =
loadPersonas: (type, arr) ->
list = $ "#list-#{type}", QR.nodes.el
for val in arr
# XXX Firefox displays empty <option>s in the completion list.
continue unless val
$.add list, $.el 'option',
textContent: val
return