| Línea 33... |
Línea 33... |
| 33 |
$googleMapPlacesUrl = 'https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places';
|
33 |
$googleMapPlacesUrl = 'https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places';
|
| 34 |
$error_msg = "Por favor seleccione una ubicación real";
|
34 |
$error_msg = "Por favor seleccione una ubicación real";
|
| Línea 35... |
Línea 35... |
| 35 |
|
35 |
|
| 36 |
$js = <<<JS
|
36 |
$js = <<<JS
|
| 37 |
const filters = {
|
37 |
const filters = {
|
| 38 |
industryFilters: '$industryFilters',
|
38 |
industryFilters: $industryFilters,
|
| 39 |
connectionLevelFilters: '$connectionLeves',
|
39 |
connectionLevelFilters: $connectionLeves,
|
| 40 |
employeeTypeFilters: '$_employeeTypes',
|
40 |
employeeTypeFilters: $_employeeTypes,
|
| 41 |
companySizeFilters: '$companySizes',
|
41 |
companySizeFilters: $companySizes,
|
| 42 |
groupTypeFilters: '$groupTypes',
|
42 |
groupTypeFilters: $groupTypes,
|
| 43 |
allowSearchCompany: '$allowSearchCompany' === '1',
|
43 |
allowSearchCompany: '$allowSearchCompany' === '1',
|
| 44 |
allowViewConnectionLevelFilter: '$allowViewConnectionLevelFilter' === '1',
|
44 |
allowViewConnectionLevelFilter: '$allowViewConnectionLevelFilter' === '1',
|