diff --git a/content/multipledataset.html b/content/multipledataset.html index 873217ce..19d07569 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -81,17 +81,17 @@ draft: false break; } }) - window.dats=[] - for(const subproms of proms){ + window.dats = [] + for (const subproms of proms) { var sub = await Promise.all(subproms) - for(mol of uniq(sub.map(d=>d.molecule))){ - submol=sub.filter(d=>d.molecule==mol) - TBE=sub.find((d)=>d.method.isTBE) - for(dat of submol.filter((d)=>d!==TBE)){ + for (mol of uniq(sub.map(d => d.molecule))) { + submol = sub.filter(d => d.molecule == mol) + TBE = sub.find((d) => d.method.isTBE) + for (dat of submol.filter((d) => d !== TBE)) { dat.CopyExcitationsTypeFrom(TBE) } } - window.dats=window.dats.concat(sub) + window.dats = window.dats.concat(sub) } processingIndicator.isActive = false reloadFileSelector() @@ -144,7 +144,7 @@ draft: false if (val !== null) { $("