Skip to content

Commit c6c2cca

Browse files
committed
Update links and add form
1 parent a600148 commit c6c2cca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
return (false);
2323
}
2424

25-
const promo = getQueryVariable("promo");
26-
if (promo != "") {
27-
window.location = "https://www.yepdesk.com/buy-tickets/5cf54360e4b02098c0ab6d34/default-promo/" + promo;
25+
const promo = getQueryVariable("form");
26+
if (promo == "") {
27+
window.location = "https://docs.google.com/forms/d/e/1FAIpQLSdKrFi0sbX3w8dxrKsLgwmmT-Ea6WXCB7fatAEOLayY4aZyBA/viewform";
2828
}
2929
</script>
3030

0 commit comments

Comments
 (0)