You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//totals_element.innerText = `Totals: ${human_readable_bytes_sent} sent to ?(WIP)? unique requesters from
217
217
// ${totals.number_of_unique_regions} regions of ${totals.number_of_unique_countries} countries.`;
218
-
totals_element.innerHTML=`A total of ${human_readable_bytes_sent} was sent to ${totals.number_of_unique_regions} regions across ${totals.number_of_unique_countries} countries. <sup>*</sup>`;
218
+
header=`A total of ${human_readable_bytes_sent} was sent to ${totals.number_of_unique_regions} regions across ${totals.number_of_unique_countries} countries. <sup>*</sup>`
219
+
totals_element.innerHTML=dandiset_id!="undetermined" ? header : header+`<br>However, the activity could not be uniquely associated with a particular Dandiset.<br>This can occur if the same file exists within more than one Dandiset at a time.`
219
220
220
221
// Add the footnote
221
222
constfootnote=document.createElement("div");
@@ -336,13 +337,13 @@ function load_histogram(dandiset_id) {
0 commit comments