Skip to content

Commit 752cdbf

Browse files
Update code.js
1 parent 6c1fea1 commit 752cdbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

edit/code.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ var full = one+two+three
55
let path = window.location.href.split('?')[0]
66
var paths = {
77
a: "https://kittenapps-films.github.io/edit/makeWiki.html";
8-
b: "https://kittenapps-films.github.io/edit/makeWiki.html";
8+
b: "https://kittenapps-films.github.io/edit/saving.html";
9+
c: "https://kittenapps-films.github.io/edit/editWiki.html";
910
}
1011
function pathVerify() {
1112
Object.keys(paths).forEach(function(key) {

0 commit comments

Comments
 (0)