10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 13:41:50 +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 () { window.onload = async function () {
processingIndicator.isActive = true processingIndicator.isActive = true
const setsSec = $('#publis_sets') const setsSec = $('#publis_sets')
const Cite = require("citation-js")
var myDB = await indexDB.loadAsync() var myDB = await indexDB.loadAsync()
const sets = myDB.sets const sets = myDB.sets
for (const [setName,publis] of sets) { for (const [setName,publis] of sets) {