10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

removes citation-js loading

This commit is contained in:
Mickaël Véril 2020-11-02 10:30:08 +01:00
parent 6eb8717f55
commit b16bc38a72

View File

@ -23,7 +23,6 @@ draft: false
window.onload = async function () {
processingIndicator.isActive = true
const setsSec = $('#publis_sets')
const Cite = require("citation-js")
var myDB = await indexDB.loadAsync()
const sets = myDB.sets
for (const [setName,publis] of sets) {