Attach read more to descriptions (draft)

This commit is contained in:
2023-03-22 12:09:43 +01:00
parent a9f20474b3
commit 80189f09f8
2 changed files with 57 additions and 5 deletions

View File

@@ -20,4 +20,6 @@ document.addEventListener('readystatechange', async () => {
// Create report HTML
DataSpace.renderReport(report, images);
DataSpace.attachReadMore('read-more');
});