Skip to content

Commit

Permalink
update bundle with fix for #43
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jan 14, 2023
1 parent 35c2d73 commit feb415c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -56637,7 +56637,7 @@ Please use another name.` : formatMuiErrorMessage(18));
var POLL_TIME = 5e3;
var SAVE_TIME = 5e3;
async function loadConfig() {
const configPath = new URL("./config.json", window.origin);
const configPath = new URL("./config.json", window.location.href);
const configReq = await fetch(configPath);
if (configReq.status === STATUS_SUCCESS) {
return configReq.json();
Expand Down

0 comments on commit feb415c

Please sign in to comment.