Too much.
This commit is contained in:
parent
e028d30361
commit
1d52c887d8
@ -707,7 +707,6 @@ options =
|
|||||||
|
|
||||||
dialog: ->
|
dialog: ->
|
||||||
html = "<div class=move>Options <a name=close>X</a></div>"
|
html = "<div class=move>Options <a name=close>X</a></div>"
|
||||||
|
|
||||||
conf = config.main.checkbox
|
conf = config.main.checkbox
|
||||||
for name of conf
|
for name of conf
|
||||||
title = conf[name][1]
|
title = conf[name][1]
|
||||||
@ -729,8 +728,6 @@ options =
|
|||||||
dialog = ui.dialog 'options', top: '25%', left: '50%', html
|
dialog = ui.dialog 'options', top: '25%', left: '50%', html
|
||||||
for input in $$ 'input[type=checkbox]', dialog
|
for input in $$ 'input[type=checkbox]', dialog
|
||||||
$.bind input, 'click', $.cb.checked
|
$.bind input, 'click', $.cb.checked
|
||||||
|
|
||||||
|
|
||||||
$.bind $('input[type=button]', dialog), 'click', options.cb.clearHidden
|
$.bind $('input[type=button]', dialog), 'click', options.cb.clearHidden
|
||||||
$.bind $('a[name=flavors]', dialog), 'click', options.flavors
|
$.bind $('a[name=flavors]', dialog), 'click', options.flavors
|
||||||
$.bind $('textarea', dialog), 'change', $.cb.value
|
$.bind $('textarea', dialog), 'change', $.cb.value
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user