Commit 4fd363d7 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/citationSheetParse.js

parent 1abd6051
Pipeline #8730 passed with stage
in 9 seconds
...@@ -65,7 +65,7 @@ xmlHttpRequest.onload = function (e) { ...@@ -65,7 +65,7 @@ xmlHttpRequest.onload = function (e) {
"project":"", "project":"",
"reviewed":"", "reviewed":"",
"open":"" "open":""
"abstract":"" // Add abstract here // "abstract":"" // Add abstract here
}, },
"links": { "links": {
...@@ -139,8 +139,8 @@ xmlHttpRequest.onload = function (e) { ...@@ -139,8 +139,8 @@ xmlHttpRequest.onload = function (e) {
item["links"].demo = jsonOutput[i].Demo ? jsonOutput[i].Demo : "" item["links"].demo = jsonOutput[i].Demo ? jsonOutput[i].Demo : ""
// add abstract to the item object // add abstract to the item object
var abstract =jsonOutput[i].abstract ? jsonOutput[i].abstract : ""; // var abstract =jsonOutput[i].abstract ? jsonOutput[i].abstract : "";
item["item"].abstract=abstract ; // item["item"].abstract=abstract ;
var month = ""; var month = "";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment