From e47305c93f6db98d9b1827dbc5ce95139f3adbb4 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 22 Dec 2011 14:42:32 +0000 Subject: [PATCH] fix filter bugs (saving) --- source/Ox.UI/js/Form/Ox.Filter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Form/Ox.Filter.js b/source/Ox.UI/js/Form/Ox.Filter.js index ad2c2e2d..56a113e1 100644 --- a/source/Ox.UI/js/Form/Ox.Filter.js +++ b/source/Ox.UI/js/Form/Ox.Filter.js @@ -173,8 +173,8 @@ Ox.Filter = function(options, self) { self.$save = Ox.InputGroup({ inputs: [ - Ox.Checkbox({ - width: 16 + self.$foo = Ox.Checkbox({ + width: 16, }), Ox.Input({ id: 'list',