From 1d52c887d8ac4e5725ae1263fc34900845d9462b Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 14 May 2011 17:51:01 +0200 Subject: [PATCH] Too much. --- script.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/script.coffee b/script.coffee index 4094415b5..aadede726 100644 --- a/script.coffee +++ b/script.coffee @@ -707,7 +707,6 @@ options = dialog: -> html = "
Options X
" - conf = config.main.checkbox for name of conf title = conf[name][1] @@ -729,8 +728,6 @@ options = dialog = ui.dialog 'options', top: '25%', left: '50%', html for input in $$ 'input[type=checkbox]', dialog $.bind input, 'click', $.cb.checked - - $.bind $('input[type=button]', dialog), 'click', options.cb.clearHidden $.bind $('a[name=flavors]', dialog), 'click', options.flavors $.bind $('textarea', dialog), 'change', $.cb.value