diff --git a/bsimvis/app/static/file/index.html b/bsimvis/app/static/file/index.html index 1439b1e..e3f75c0 100644 --- a/bsimvis/app/static/file/index.html +++ b/bsimvis/app/static/file/index.html @@ -406,24 +406,12 @@ const cls = (f.clusters || []).map(uuid => clusters[uuid]).filter(Boolean); const clusterCardHtml = window.EntityRenderer ? window.EntityRenderer.renderClusterCard(cls) : ''; - // Details URL - let poolId = null; - if (window.getRoutingState && window.getRoutingState().pool) { - poolId = window.getRoutingState().pool; - } - let detailUrl = `/collections/${encodeURIComponent(fColl)}/files/${file_md5}/functions/${entry}`; - if (poolId) { - detailUrl = `/pools/${encodeURIComponent(poolId)}` + detailUrl; - } - return `