update entities dialog

This commit is contained in:
rolux 2014-11-20 15:34:12 +00:00
parent cd9ec05559
commit ea6c240e99

View file

@ -365,7 +365,8 @@ pandora.ui.entitiesDialog = function(options) {
// ... // ...
}); });
} }
}); })
.appendTo($form);
$labels.push($label); $labels.push($label);
$inputs.push($input); $inputs.push($input);
}); });