Skip to content
Snippets Groups Projects
Commit 296c5039 authored by caktux's avatar caktux Committed by Andriy Podanenko
Browse files

Issue #2017565 by caktux | RollWhisTler: Fixed Path Prefixes (i18n) breaks marker path.

parent b91f768d
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment