mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-26 06:14:38 +01:00
removes citation-js loading
This commit is contained in:
parent
6eb8717f55
commit
b16bc38a72
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user