diff --git a/content/multipledataset.html b/content/multipledataset.html index 60008ec7..74fd63dd 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -159,6 +159,11 @@ draft: false } row.appendChild(td) } + var lnkfile=document.createElement("a") + lnkfile.target="_blank" + lnkfile.innerText="Go to file" + lnkfile.href=d.sourceFile.viewerUrl + row.appendChild(lnkfile) dtb.appendChild(row) } await reloadStat() @@ -197,6 +202,7 @@ draft: false Code Method Reference + File