Improved links heading

This commit is contained in:
Pierre 2018-01-03 11:34:18 +01:00
parent e371e54985
commit 6f46799a6f

View File

@ -194,16 +194,10 @@ ComunicWeb.components.posts.ui = {
var link_heading = createElem2({
appendTo: linkContainer,
type: "h4",
class: "attachment-heading"
});
var link_a = createElem2({
appendTo: link_heading,
type: "a",
href: infos.link_url,
class: "attachment-heading",
innerHTML: (infos.link_title != "default" ? infos.link_title : "Web page")
});
link_a.target = "_blank";
//Add attachement text
var link_attachment_text = createElem2({