We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b0b3c commit 3ac9da7Copy full SHA for 3ac9da7
edit/makeEditor.js
@@ -1,4 +1,5 @@
1
var target = document.querySelector("#content");
2
+var name = document.getElementById("name")
3
var div = document.getElementById("preview")
4
div.innerHTML = target.value.replace("</script>", "script tag close, (script dat may not be used)");
5
@@ -22,5 +23,5 @@ console.log("change")
22
23
}
24
document.querySelector("#content").onchange = function() {myFunction()};
25
function save() {
-
26
+ window.location.replace(`https://kittenapps-films.github.io/edit/makeWiki.html?t=${type}&n=${name}&c=${target.value}`);
27
0 commit comments