Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
679f0172
Commit
679f0172
authored
Oct 19, 2023
by
Myriam Guedey
Browse files
Merge branch 'master' of
https://transfer.hft-stuttgart.de/gitlab/zedflow/website
parents
de00eb07
1f8824b1
Changes
1
Show whitespace changes
Inline
Side-by-side
public/js/citationSheetParse.js
View file @
679f0172
...
@@ -9,7 +9,7 @@ var bit1stAuthorLN ="";
...
@@ -9,7 +9,7 @@ var bit1stAuthorLN ="";
/* set up XMLHttpRequest */
/* set up XMLHttpRequest */
var
url
=
"
./content/citation_
cleaned
.xlsx
"
;
var
url
=
"
./content/citation_
FGDI
.xlsx
"
;
var
xmlHttpRequest
=
new
XMLHttpRequest
();
var
xmlHttpRequest
=
new
XMLHttpRequest
();
xmlHttpRequest
.
open
(
"
GET
"
,
url
,
true
);
xmlHttpRequest
.
open
(
"
GET
"
,
url
,
true
);
xmlHttpRequest
.
responseType
=
"
arraybuffer
"
;
xmlHttpRequest
.
responseType
=
"
arraybuffer
"
;
...
...
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