forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
b5579a1557
commit
0bc7cfdd30
1 changed files with 3 additions and 7 deletions
|
@ -72,9 +72,7 @@ pandora.ui.usersDialog = function() {
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
change: function(data) {
|
change: function(data) {
|
||||||
$findInput.value() && updateList();
|
$findInput.value() && updateList();
|
||||||
$findInput.options({
|
$findInput.options({placeholder: data.title});
|
||||||
placeholder: data.title
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
@ -424,7 +422,7 @@ pandora.ui.usersDialog = function() {
|
||||||
change: selectForm
|
change: selectForm
|
||||||
}),
|
}),
|
||||||
|
|
||||||
$form = Ox.Element({}),
|
$form = Ox.Element(),
|
||||||
|
|
||||||
$editForm,
|
$editForm,
|
||||||
|
|
||||||
|
@ -958,9 +956,7 @@ pandora.ui.usersDialog = function() {
|
||||||
),
|
),
|
||||||
operator: key == 'all' && value ? '|' : '&'
|
operator: key == 'all' && value ? '|' : '&'
|
||||||
};
|
};
|
||||||
$list.options({
|
$list.options({query: query});
|
||||||
query: query
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return that;
|
return that;
|
||||||
|
|
Loading…
Reference in a new issue