fix filter button image
This commit is contained in:
parent
6f26b350e9
commit
46f40c0623
2 changed files with 2 additions and 1 deletions
|
@ -302,7 +302,7 @@ Ox.Filter = function(options, self) {
|
||||||
}),
|
}),
|
||||||
new Ox.Button({
|
new Ox.Button({
|
||||||
id: 'addgroup',
|
id: 'addgroup',
|
||||||
title: 'more',
|
title: 'bracket',
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
.css({margin: '0 0 0 4px'})
|
.css({margin: '0 0 0 4px'})
|
||||||
|
|
|
@ -470,6 +470,7 @@ Ox.ListMap = function(options, self) {
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
blur: function(data) {
|
blur: function(data) {
|
||||||
///*
|
///*
|
||||||
|
// fixme: if type is set, no change event fires
|
||||||
var isResult = self.selectedPlace[0] == '_';
|
var isResult = self.selectedPlace[0] == '_';
|
||||||
if (!self.isAsync) {
|
if (!self.isAsync) {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue