|
Anonyme 19853
| Posté : 19-01-2014 13:49
En suivant les indications notifiées dans pages.php, j'avais l'intention de lancer le script de l'api googlemap pour une page statique mais je n'ai pas d'affichage...ce n'est pas pris en compte à priori.
Code :
$PAGES['static.php?op=carte.html']['run']="yes";
$PAGES['static.php?op=carte.html']['js']=array("https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false");
http uniquement ?
pas de prise en compte de https ?
Quelqu'un peut-il tester cela ?
Philippe Revilliod | Citation
|
|
developpeur 24581
| Posté : 19-01-2014 19:04
ligne 99 header.php
if (stristr($tab_js, "http://")) {
A modifier donc
|  Profil E-mail www Citation
|
|
Jireck 8502
| Posté : 19-01-2014 19:26
En même temps l'appel https sur cette appel n'est pas obligatoire
http marche très bien.
globaliser avec
if (stristr($tab_js, "http://") or stristr($tab_js, "https://")) {
|  Profil Citation
|
|
Anonyme 19853
| |
developpeur 24581
| Posté : 20-01-2014 08:24
Évidement que cela marche ... si l'url de static est complète 'static.php?op=carte.html&npds=1'
|  Profil E-mail www Citation
|
|
Anonyme 19853
| Posté : 20-01-2014 23:42
Non, cela ne marche pas.
Philippe Revilliod | Citation
|
|
developpeur 24581
| Posté : 21-01-2014 20:49
Regarder dans le source HTML généré car sur une REv13 cela marche et l'on trouve bien référence au chargement du script |  Profil E-mail www Citation
|
|