From ea6c240e99736e971c9735ed1eb0cefe657a88f2 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 20 Nov 2014 15:34:12 +0000 Subject: [PATCH] update entities dialog --- static/js/entitiesDialog.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 7009b4235..8ed89a474 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -365,7 +365,8 @@ pandora.ui.entitiesDialog = function(options) { // ... }); } - }); + }) + .appendTo($form); $labels.push($label); $inputs.push($input); });