We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca4c85 commit 8d61840Copy full SHA for 8d61840
1 file changed
edit/code.js
@@ -5,5 +5,7 @@ export var full = one+two+three
5
let path = window.location.href.split('?')[0]
6
export function fuller() {
7
console.log(full, path)
8
- return "aa"
+ if (path == "https://kittenapps-films.github.io/edit/makeWiki.html") {
9
+ return "full"
10
+ }
11
}
0 commit comments