From 4fd363d7a18e68f3c0239437c62d600517be6a86 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Mon, 23 Oct 2023 18:57:21 +0000 Subject: [PATCH] Update public/js/citationSheetParse.js --- public/js/citationSheetParse.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/js/citationSheetParse.js b/public/js/citationSheetParse.js index f7970f7..3bb5510 100644 --- a/public/js/citationSheetParse.js +++ b/public/js/citationSheetParse.js @@ -65,7 +65,7 @@ xmlHttpRequest.onload = function (e) { "project":"", "reviewed":"", "open":"" - "abstract":"" // Add abstract here + // "abstract":"" // Add abstract here }, "links": { @@ -139,8 +139,8 @@ xmlHttpRequest.onload = function (e) { item["links"].demo = jsonOutput[i].Demo ? jsonOutput[i].Demo : "" // add abstract to the item object - var abstract =jsonOutput[i].abstract ? jsonOutput[i].abstract : ""; - item["item"].abstract=abstract ; + // var abstract =jsonOutput[i].abstract ? jsonOutput[i].abstract : ""; + // item["item"].abstract=abstract ; var month = ""; -- GitLab