From 7b91ef5f56410c44c3523b19b351725b706ec480 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 20 Nov 2014 20:54:22 +0000 Subject: [PATCH] use createLinks --- static/js/entitiesDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index fded7fbda..4155883d2 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -313,6 +313,7 @@ pandora.ui.entitiesDialog = function(options) { return; } $entity.html(html); + pandora.createLinks($entity); }); }