Skip to content

Commit

Permalink
Lugmap.Linux.it: aggiornati assets Leaflet
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Jun 16, 2020
1 parent a94c556 commit b651917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions eventi/index.php
Expand Up @@ -19,8 +19,8 @@

require_once ('../funzioni.php');
lugheader ('Eventi',
array ('http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css'),
array ('http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js', 'mappa.js'));
array ('https://unpkg.com/leaflet@0.6.4/dist/leaflet.css'),
array ('https://unpkg.com/leaflet@0.6.4/dist/leaflet.js', 'mappa.js'));

?>

Expand Down
4 changes: 2 additions & 2 deletions mappa/index.php
Expand Up @@ -19,8 +19,8 @@

require_once ('../funzioni.php');
lugheader ('Mappa',
array ('https://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css'),
array ('https://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js', 'mappa.js'));
array ('https://unpkg.com/leaflet@0.6.4/dist/leaflet.css'),
array ('https://unpkg.com/leaflet@0.6.4/dist/leaflet.js', 'mappa.js'));

$transformed = false;

Expand Down

0 comments on commit b651917

Please sign in to comment.