Skip to content
Snippets Groups Projects

F linkify edit mode

Merged Timm Fitschen requested to merge f-linkify-edit-mode into dev
Files
3
@@ -47,7 +47,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>`;
});
$(this).html(result);
$(this).hide();
$(this).after(result);
}
});
}
Loading