This commit is contained in:
Zixaphir 2014-04-03 15:06:48 -07:00 committed by ccd0
parent a63a5e786c
commit ed0d768dfb

View File

@ -582,10 +582,9 @@ QR =
className: 'flagSelector'
fn = (val) ->
el = $.el 'option',
$.add select, $.el 'option',
value: val[0]
textContent: val[1]
$.add select, el
fn flag for flag in [
['0', 'None']