From a2a8e76313fab32ad70999d59b337c7eca1ec67a Mon Sep 17 00:00:00 2001 From: Ethan O'Brien Date: Sun, 22 Aug 2021 20:18:38 -0500 Subject: [PATCH] Bug Fix --- data/loader.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/loader.js b/data/loader.js index a246e7f..9aa9808 100644 --- a/data/loader.js +++ b/data/loader.js @@ -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)