use createLinks

This commit is contained in:
rolux 2014-11-20 20:54:22 +00:00
parent 044f9e28a5
commit 7b91ef5f56

View file

@ -313,6 +313,7 @@ pandora.ui.entitiesDialog = function(options) {
return; return;
} }
$entity.html(html); $entity.html(html);
pandora.createLinks($entity);
}); });
} }