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); });