From: Tom Hughes Date: Mon, 16 Feb 2015 21:48:08 +0000 (+0000) Subject: Avoid mixed content warnings for the MapQuest logo X-Git-Tag: live~4231 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6e9a76e64def7f6d64cac37ea2db666327c47747?ds=sidebyside Avoid mixed content warnings for the MapQuest logo --- diff --git a/app/assets/javascripts/index/directions/mapquest.js b/app/assets/javascripts/index/directions/mapquest.js index 935a1ca4c..112d17bcb 100644 --- a/app/assets/javascripts/index/directions/mapquest.js +++ b/app/assets/javascripts/index/directions/mapquest.js @@ -28,7 +28,7 @@ function MapQuestEngine(id, vehicleParam) { return { id: id, - creditline: 'MapQuest ', + creditline: 'MapQuest ', draggable: false, getRoute: function (points, callback) {