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({
|
self.$save = Ox.InputGroup({
|
||||||
inputs: [
|
inputs: [
|
||||||
Ox.Checkbox({
|
self.$foo = Ox.Checkbox({
|
||||||
width: 16
|
width: 16,
|
||||||
}),
|
}),
|
||||||
Ox.Input({
|
Ox.Input({
|
||||||
id: 'list',
|
id: 'list',
|
||||||
|
|
Loading…
Reference in a new issue