Avoid mixed content warnings for the MapQuest logo
This commit is contained in:
parent
098f8e98f2
commit
6e9a76e64d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function MapQuestEngine(id, vehicleParam) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: id,
|
id: id,
|
||||||
creditline: '<a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="http://developer.mapquest.com/content/osm/mq_logo.png">',
|
creditline: '<a href="http://www.mapquest.com/" target="_blank">MapQuest</a> <img src="' + document.location.protocol + '//developer.mapquest.com/content/osm/mq_logo.png">',
|
||||||
draggable: false,
|
draggable: false,
|
||||||
|
|
||||||
getRoute: function (points, callback) {
|
getRoute: function (points, callback) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue