Skip to content

Commit 5f2a94b

Browse files
author
Sachin Maheshwari
committed
generalizing source field, either utm_source or regSource
1 parent 74818ad commit 5f2a94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-assets/static-pages/signup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
$("#error").html("");
6161
document.getElementById("signup").action = formAction;
6262
document.getElementById("state").value = qs["state"];
63-
document.getElementById("regSource").value = qs["regSource"] || null;
63+
document.getElementById("source").value = qs["source"] || null;
6464
document.getElementById("signup").submit();
6565
}
6666
},

0 commit comments

Comments
 (0)