|
|
@ -3,7 +3,7 @@ |
|
|
|
<script> |
|
|
|
function send_location_data_to_bot() { |
|
|
|
let location_shape = $("input[name='location_shape']:checked").val(); |
|
|
|
let checked_location_types = new Array(); |
|
|
|
let checked_location_types = []; |
|
|
|
$.each($("input[name='location_type[]']:checked"), function() { |
|
|
|
checked_location_types.push($(this).val()); |
|
|
|
}); |
|
|
|