Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
b943b7f7
Commit
b943b7f7
authored
3 years ago
by
Patrick
Browse files
Options
Download
Email Patches
Plain Diff
add paper
parent
150f35b2
Pipeline
#4436
passed with stage
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/js/citationSheetParse.js
+4
-0
public/js/citationSheetParse.js
with
4 additions
and
0 deletions
+4
-0
public/js/citationSheetParse.js
+
4
-
0
View file @
b943b7f7
...
...
@@ -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);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment