We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a208fca commit b885b72Copy full SHA for b885b72
1 file changed
edit/update.js
@@ -1,2 +1,2 @@
1
var content = prompt("Hey type something here: ");
2
-window.location.replace("https://kittenapps-films.github.io/up.html?c=Hello" + content);
+window.location.replace("https://kittenapps-films.github.io/up.html?c=" + content);
0 commit comments