update entity dialog

This commit is contained in:
rolux 2014-12-17 16:00:55 +00:00
parent 51df0ff7b7
commit 1c2a0803c1

View file

@ -73,6 +73,7 @@ pandora.ui.entityDialog = function() {
view: 'entity'
}, function(html) {
$content.html(html);
pandora.createLinks($content);
});
}