diff --git a/js/icon.js b/js/icon.js index 70662f9f4c811296a7fa5ad23b07db51afd3f2e1..3fabdd2d453d513744e908d261915e6b1eb4c2ca 100644 --- a/js/icon.js +++ b/js/icon.js @@ -59,7 +59,7 @@ Drupal.gmap.getIcon = function (setname, sequence) { t.iconAnchor = new GPoint(q.anchorX, q.anchorY); t.infoWindowAnchor = new GPoint(q.infoX, q.infoY); */ - p = Drupal.settings.basePath + Drupal.settings.pathPrefix + q.path; + p = Drupal.settings.basePath + q.path; t = new google.maps.MarkerImage(p + q.sequence[i].f, new google.maps.Size(q.sequence[i].w, q.sequence[i].h), null,