Skip to content

Commit 349973e

Browse files
committed
Update fill.js
1 parent c933bcf commit 349973e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascripts/fill.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function init(path) {
3939
var index = await fetch(
4040
"https://raw.githubusercontent.com/" +
4141
path +
42-
"/main/javascripts/index.json",
42+
"/main/javascripts/index.json"
4343
)
4444
.then((response) => response.json())
4545
.catch(console.error);
@@ -90,7 +90,7 @@ async function init(path) {
9090
path +
9191
"/main/javascripts/" +
9292
encodeURIComponent(index[i].name) +
93-
".js",
93+
".js"
9494
)
9595
.then((response) => response.text())
9696
.catch(console.error);

0 commit comments

Comments
 (0)