Skip to content
Snippets Groups Projects
Commit 81d8bfc2 authored by florian's avatar florian
Browse files

DOC: Mention issue in comment

parent 84d4011d
No related branches found
No related tags found
2 merge requests!103Quick main-release of documentation,!94F fix linkify preview
......@@ -48,7 +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>`;
});
// add class to highlight that this has been linkified already.
// add class to highlight that this has been linkified already
// (see https://gitlab.com/caosdb/caosdb-webui/-/issues/199).
$(this).addClass("caosdb-v-property-linkified")
$(this).hide();
$(this).after(result);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment