Commit a04c44c0 authored by Sini's avatar Sini
Browse files

Cleaned Citation Test

parent 5544fc43
Pipeline #4407 passed with stage
in 52 seconds
......@@ -9,7 +9,7 @@ var bit1stAuthorLN ="";
/* set up XMLHttpRequest */
var url = "./content/CitationSheet_June.xlsx";
var url = "./content/citation_cleaned.xlsx";
var xmlHttpRequest = new XMLHttpRequest();
xmlHttpRequest.open("GET", url, true);
xmlHttpRequest.responseType = "arraybuffer";
......
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