We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1fea1 commit 752cdbfCopy full SHA for 752cdbf
edit/code.js
@@ -5,7 +5,8 @@ var full = one+two+three
5
let path = window.location.href.split('?')[0]
6
var paths = {
7
a: "https://kittenapps-films.github.io/edit/makeWiki.html";
8
- b: "https://kittenapps-films.github.io/edit/makeWiki.html";
+ b: "https://kittenapps-films.github.io/edit/saving.html";
9
+ c: "https://kittenapps-films.github.io/edit/editWiki.html";
10
}
11
function pathVerify() {
12
Object.keys(paths).forEach(function(key) {
0 commit comments