diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 31cfe37c..3d934bd7 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -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({