From 9415856b988d00eea5f61ed6006fcd0633f297b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Mon, 9 Dec 2019 15:12:09 +0100 Subject: [PATCH] Continue --- content/multipledataset.html | 16 +++++++++++++++- static/js/data.js | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index 6f0ebacf..6da8c106 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -221,7 +221,21 @@ draft: false dtb.empty() sel_ref = $("#sel_ref") await doiCache.addRange(window.filt.map((x)=>x.DOI.string)) - for (const el of uniq(window.filt.map(d=>[d.code,d.method,d.DOI]))){ + for (const el of uniq(window.filt.map(d=>[d.code,d.method,d.DOI])).sort((a,b)=>{ + if (a[1].method.name==b[1].name) { + return 0 + } + else{ + if(a.method.name=="TBE"){ + return -1 + } + else if(b.method.name=="TBE){ + return 1 + } + } + return 0 + } + { $("