10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 11:17:42 +02:00
This commit is contained in:
Mickaël Véril 2020-03-18 13:38:49 +01:00
parent 5fb1b4252c
commit 7d8528ac49

View File

@ -277,7 +277,7 @@ draft: false
if (i === 1) {
var publi = doiCache.get(el, true)
const publis = await getPublis()
const sets=publis.srts
const sets=publis.sets
if (sets.has(el)) {
var str = sets.get(el)
$(td).append(str)