diff --git a/static/js/entityDialog.js b/static/js/entityDialog.js index cd2b40dbd..6dade0e73 100644 --- a/static/js/entityDialog.js +++ b/static/js/entityDialog.js @@ -73,6 +73,7 @@ pandora.ui.entityDialog = function() { view: 'entity' }, function(html) { $content.html(html); + pandora.createLinks($content); }); }