as many people have ssl on their domain,
on line 37 on the file default_googlemap.php
instead of
$this->document->addScript('http://maps.google.com/maps/api/js?key='
it would be better
$this->document->addScript('https://maps.google.com/maps/api/js?key='
same in the following files
administrator\components\com_jea\models\fields\geolocalization.php
components\com_jea\views\properties\tmpl\searchmap.php
components\com_jea\views\property\tmpl\default_googlemap.php
plugins\jea\social\social.php
as many people have ssl on their domain, on line 37 on the file default_googlemap.php instead of
$this->document->addScript('http://maps.google.com/maps/api/js?key='
it would be better$this->document->addScript('https://maps.google.com/maps/api/js?key='
same in the following files administrator\components\com_jea\models\fields\geolocalization.php components\com_jea\views\properties\tmpl\searchmap.php components\com_jea\views\property\tmpl\default_googlemap.php plugins\jea\social\social.php