Modified:
trunk/Changes
trunk/t/904_leaflet.t
trunk/templates/header.tt
Log:
Updated URLs for Leaflet JavaScript and CSS.
Modified: trunk/Changes
===================================================================
--- trunk/Changes 2012-07-22 13:18:29 UTC (rev 1431)
+++ trunk/Changes 2012-07-29 19:58:36 UTC (rev 1432)
@@ -3,9 +3,12 @@
More detailed changelogs can be found at .
+0.70 ?
+ Updated URLs for Leaflet JavaScript and CSS.
+
0.69 07 July 2012
The output of the "show_missing_metadata" action is now alphabetised.
- There's also now an option to view the results on a map. (#296 & #294)
+ There's also now an option to view the results on a map. (#296 & #294).
Fixed a JavaScript escaping issue for nodes with apostrophes in names.
0.68 21 May 2012
Modified: trunk/t/904_leaflet.t
===================================================================
--- trunk/t/904_leaflet.t 2012-07-22 13:18:29 UTC (rev 1431)
+++ trunk/t/904_leaflet.t 2012-07-29 19:58:36 UTC (rev 1432)
@@ -78,7 +78,7 @@
$output = $guide->display_node( id => "Red Lion", return_output => 1 );
unlike( $output, qr/
"...but not when Leaflet switched on." );
-like( $output, qr|http://code.leafletjs.com/.*leaflet.js|,
+like( $output, qr|http://cdn.leafletjs.com/.*leaflet.js|,
"Leaflet JavaScript is included when Leaflet switched on." );
like( $output, qr|http://example.com/static/map-leaflet.js|,
"...as is our own Leaflet map JavaScript." );