update entities dialog

This commit is contained in:
rolux 2014-12-16 15:52:59 +00:00
parent 536834a03c
commit d061bbe33f

View file

@ -23,7 +23,10 @@ pandora.ui.entitiesDialog = function(options) {
}) })
.bindEvent({ .bindEvent({
change: function(data) { change: function(data) {
// ... Ox.print('@@@@', data);
type = data.value;
pandora.UI.set({entitiesType: type});
$list.reloadList();
} }
}) })
.css({ .css({