Commit b943b7f7 authored by Patrick's avatar Patrick
Browse files

add paper

parent 150f35b2
Pipeline #4436 passed with stage
in 27 seconds
......@@ -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);
......
Markdown is supported
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