From b943b7f7a49b6543bc0123219ac4e28fba5c7e10 Mon Sep 17 00:00:00 2001
From: Patrick <patrick.wuerstle@gmx.de>
Date: Tue, 22 Jun 2021 15:29:11 +0200
Subject: [PATCH] add paper

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

diff --git a/public/js/citationSheetParse.js b/public/js/citationSheetParse.js
index 4b77071..d755f03 100644
--- a/public/js/citationSheetParse.js
+++ b/public/js/citationSheetParse.js
@@ -161,6 +161,10 @@ xmlHttpRequest.onload = function (e) {
         if ( i == jsonOutput.length - 1) {
             console.log("Add the paper ....")
             // Start loading/adding the paper content to the page here .....
+            for (var j = 0; j < 6; j++) {
+                addpaper(jsonContent[j]);
+                //Do something
+            }
         }
     }
     //console.log(jsonContent);
-- 
GitLab