10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Fix repeating set name for each DOIs in contents

This commit is contained in:
Mickaël Véril 2020-08-25 11:37:04 +02:00
parent 971f464ee6
commit af77184ae9

View File

@ -584,7 +584,7 @@ draft: false
tbody.append(tr) tbody.append(tr)
} }
} }
PreviousSetName === CurrentsetName PreviousSetName = CurrentsetName
} }
await MathJax.typesetPromise() await MathJax.typesetPromise()
} }