From d061bbe33fb951f08fa60b6ee1bebe374411c6ce Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Dec 2014 15:52:59 +0000 Subject: [PATCH] update entities dialog --- static/js/entitiesDialog.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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({