We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 220e88b + 2de8770 commit 5541be5Copy full SHA for 5541be5
script.js
@@ -22,7 +22,7 @@ function handleTemplateSubmit(e){
22
23
// link = link+"/template"+templateSelect.value+"/?"+query_string;
24
25
- link = link+"/template"+templateSelect.value+"/?name="+personName.value+"&message="+message.value+"&from="+fromName.value;
+ link = link+"template"+templateSelect.value+"/?name="+personName.value+"&message="+message.value+"&from="+fromName.value;
26
generatedLink.innerText = link;
27
}
28
0 commit comments