diff --git a/content/multipledataset.html b/content/multipledataset.html index 3894e9f2..b0a5d937 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -156,7 +156,7 @@ draft: false var refstr = $("#sel_ref option:selected").val() var sdatdic = new Map() for (const d of window.filtData) { - const key = JSON.stringify([d.code, d.method, d.DOI]) + const key = JSON.stringify([d.code, d.method, d.DOI.string]) if (!(sdatdic.has(key))) { sdatdic.set(key, new Map()) } @@ -187,21 +187,18 @@ draft: false key = JSON.parse(keystr) key.shift() Reflect.setPrototypeOf(key[0], method.prototype) - Reflect.setPrototypeOf(key[1], DOI.prototype) - for (const el of key) { + //Reflect.setPrototypeOf(key[1], DOI.prototype) + for (const [i,el] of key.entries()) { var td = $("