mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add pull_request to CLA sign data (#24249)
This commit is contained in:
parent
9fe4f5c5fd
commit
1baffeeb85
@ -464,7 +464,8 @@ description: "The Home Assistant contributor license agreement (CLA) signature p
|
||||
"region": $("#region").val(),
|
||||
"signing_for": $('input[name="signing_for"]:checked').val(),
|
||||
"i_agree": $("#i_agree").val(),
|
||||
"github_user_id": $("#github_user_id").val()
|
||||
"github_user_id": $("#github_user_id").val(),
|
||||
"pull_request": localStorage.getItem("pr"),
|
||||
};
|
||||
if ($("#company_name").val() != "") {
|
||||
payload.company_name = $("#company_name").val();
|
||||
|
Loading…
x
Reference in New Issue
Block a user