mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Remove logging statement
This commit is contained in:
@@ -165,9 +165,6 @@ $(function () {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
$("input[id^=id_name_parts_], #id_email").change(function () {
|
$("input[id^=id_name_parts_], #id_email").change(function () {
|
||||||
console.log(copy_to_first_ticket);
|
|
||||||
console.log($(".questions-form").first().select("input[id*=attendee_email]"));
|
|
||||||
console.log($("#id_email").val());
|
|
||||||
if (copy_to_first_ticket) {
|
if (copy_to_first_ticket) {
|
||||||
$(".questions-form").first().find("input[id*=attendee_email]").val($("#id_email").val());
|
$(".questions-form").first().find("input[id*=attendee_email]").val($("#id_email").val());
|
||||||
$(".questions-form").first().find("input[id*=attendee_name_parts]").each(function () {
|
$(".questions-form").first().find("input[id*=attendee_name_parts]").each(function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user