Skip to content

Commit 8d61840

Browse files
Update code.js
1 parent 0ca4c85 commit 8d61840

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

edit/code.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ export var full = one+two+three
55
let path = window.location.href.split('?')[0]
66
export function fuller() {
77
console.log(full, path)
8-
return "aa"
8+
if (path == "https://kittenapps-films.github.io/edit/makeWiki.html") {
9+
return "full"
10+
}
911
}

0 commit comments

Comments
 (0)