update entities dialog
This commit is contained in:
parent
536834a03c
commit
d061bbe33f
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@ pandora.ui.entitiesDialog = function(options) {
|
|||
})
|
||||
.bindEvent({
|
||||
change: function(data) {
|
||||
// ...
|
||||
Ox.print('@@@@', data);
|
||||
type = data.value;
|
||||
pandora.UI.set({entitiesType: type});
|
||||
$list.reloadList();
|
||||
}
|
||||
})
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue