fix filter bugs (saving)
This commit is contained in:
parent
24087ec713
commit
e47305c93f
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue