Skip to content

Commit ca939a7

Browse files
Update makeWiki.js
1 parent a5e88b7 commit ca939a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

edit/makeWiki.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var data = await octokit.request('PUT /repos/{owner}/{repo}/contents/{path}', {
8989
'X-GitHub-Api-Version': '2022-11-28'
9090
}
9191
})
92-
window.location.replace("https://kittenapps-films.github.io/edit/saving.html?d="+type+"/"+n+"/index.html");
92+
window.location.replace("https://kittenapps-films.github.io/edit/saving.html?d="+type+"/"+name+"/index.html");
9393
} else {
9494
alert("An error ocured")
9595
}

0 commit comments

Comments
 (0)