update entities dialog

This commit is contained in:
rolux 2014-12-16 15:52:59 +00:00
parent 536834a03c
commit d061bbe33f
1 changed files with 4 additions and 1 deletions

View File

@ -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({