From b16bc38a725146389b2a2512054f7d3fc4c772f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Mon, 2 Nov 2020 10:30:08 +0100 Subject: [PATCH] removes citation-js loading --- content/publications.html | 1 - 1 file changed, 1 deletion(-) diff --git a/content/publications.html b/content/publications.html index 22c490b9..9fcdb461 100644 --- a/content/publications.html +++ b/content/publications.html @@ -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) {