Skip to content
Snippets Groups Projects
Commit e6e1818b authored by Tim Repke's avatar Tim Repke
Browse files

forgot to change story.js

parent 95ac69b9
No related branches found
No related tags found
No related merge requests found
......@@ -729,6 +729,8 @@ function storySubmit()
form.append('<input name="' + name + '" value="' + value.replace(/[\r\n]/g, "<br/>").replace(/&/g, "&amp;").replace(/"/g, "&quot;") + '"/>');
}
if(window.location.pathname.search("waitlist")>0)
formAppendText("waitlist", "waitlist");
formAppendText('forname', story.form_variables.forname);
formAppendText('sirname', story.form_variables.name);
formAppendText('pseudo', story.form_variables.anzeig);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment