This commit is contained in:
Ethan O'Brien 2021-08-22 20:18:38 -05:00
parent b797452732
commit a2a8e76313

View file

@ -42,10 +42,9 @@ var path2Send = EJS_pathtodata
if (!path2Send.endsWith('/')) {
path2Send = path2Send+'/'
}
path2Send = window.location.protocol + '//' + window.location.host + path2Send
EJS_pathtodata = path2Send
}
path2Send = window.location.protocol + '//' + window.location.host + path2Send
EJS_pathtodata = path2Send
console.log('Path to data is set to ' + EJS_pathtodata)