Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6816 | Rev 6819 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6816 Rev 6818
Línea 25... Línea 25...
25
	$this->inlineScript()->captureStart();
25
	$this->inlineScript()->captureStart();
26
	echo " jQuery( document ).ready(function( $ ) { $notify }); ";
26
	echo " jQuery( document ).ready(function( $ ) { $notify }); ";
27
	$this->inlineScript()->captureEnd();
27
	$this->inlineScript()->captureEnd();
28
}
28
}
Línea -... Línea 29...
-
 
29
 
-
 
30
$this->inlineScript()->appendFile('https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places');
-
 
31
$googleMapPlacesUrl = 'https://maps.googleapis.com/maps/api/js?key=' . $google_map_key . '&libraries=places';
-
 
32
$error_msg = "Por favor seleccione una ubicación real";
29
 
33
 
30
$js = <<<JS
34
$js = <<<JS
Línea 31... Línea 35...
31
let autoComplete;
35
let autoComplete;
32
 
36