if (_link_cut_off_length>4&&link_text.length>_link_cut_off_length){
if (_link_cut_off_length>4&&link_text.length>_link_cut_off_length){
...
@@ -48,6 +48,8 @@ var cosmetics = new function () {
...
@@ -48,6 +48,8 @@ var cosmetics = new function () {
return`<a title="Open ${href} in a new tab." target="_blank" class="caosdb-v-property-href-value" href="${href}">${link_text} <i class="bi bi-box-arrow-up-right"></i></a>`;
return`<a title="Open ${href} in a new tab." target="_blank" class="caosdb-v-property-href-value" href="${href}">${link_text} <i class="bi bi-box-arrow-up-right"></i></a>`;
});
});
// add class to highlight that this has been linkified already.