From 37eaac65db24394c7977021a8b7f74c01545f3e6 Mon Sep 17 00:00:00 2001
From: sabo Sini <sabo.sini@hft-stuttgart.de>
Date: Thu, 29 Apr 2021 17:00:57 +0200
Subject: [PATCH] ExcelSheetToJsonWithBibtexAsAttributeOfTheJsonFile

---
 public/js/citationSheetParse.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/js/citationSheetParse.js b/public/js/citationSheetParse.js
index 908547f..f4e9e4c 100644
--- a/public/js/citationSheetParse.js
+++ b/public/js/citationSheetParse.js
@@ -7,6 +7,7 @@ var bibAuthors = "";
 var bit1stAuthorLN ="";
 
 
+
 /* set up XMLHttpRequest */
 var url = "./content/CitationSheet.xlsx";
 var xmlHttpRequest = new XMLHttpRequest();
-- 
GitLab