We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c933bcf commit 349973eCopy full SHA for 349973e
javascripts/fill.js
@@ -39,7 +39,7 @@ async function init(path) {
39
var index = await fetch(
40
"https://raw.githubusercontent.com/" +
41
path +
42
- "/main/javascripts/index.json",
+ "/main/javascripts/index.json"
43
)
44
.then((response) => response.json())
45
.catch(console.error);
@@ -90,7 +90,7 @@ async function init(path) {
90
91
"/main/javascripts/" +
92
encodeURIComponent(index[i].name) +
93
- ".js",
+ ".js"
94
95
.then((response) => response.text())
96
0 commit comments