lib/adiwg/mdtranslator/writers/html/sections/html_body.rb in adiwg-mdtranslator-2.9.1 vs lib/adiwg/mdtranslator/writers/html/sections/html_body.rb in adiwg-mdtranslator-2.9.2

- old
+ new

@@ -285,10 +285,10 @@ end # load leaflet @html.link( :rel => 'stylesheet', :href => 'https://unpkg.com/leaflet@1.0.3/dist/leaflet.css') @html.script('', :src => 'https://unpkg.com/leaflet@1.0.3/dist/leaflet.js') - @html.script('', :src => 'http://maps.stamen.com/js/tile.stamen.js?v1.3.0') + @html.script('', :src => 'https://stamen-maps.a.ssl.fastly.net/js/tile.stamen.js') # add inline javascript # read javascript from file path = File.join(File.dirname(__FILE__), 'html_bodyScript.js') file = File.open(path, 'r')