r76657 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76656‎ | r76657 | r76658 >
Date:11:48, 14 November 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Small fix to path
Modified paths:
  • /trunk/extensions/Maps/includes/services/OpenLayers/ext.maps.openlayers.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/services/OpenLayers/ext.maps.openlayers.js
@@ -9,7 +9,7 @@
1010
1111 $( document ).ready( function() {
1212
13 - OpenLayers.ImgPath = 'extensions/Maps/includes/services/OpenLayers/OpenLayers/img/';
 13+ OpenLayers.ImgPath = '../extensions/Maps/includes/services/OpenLayers/OpenLayers/img/';
1414 OpenLayers.IMAGE_RELOAD_ATTEMPTS = 3;
1515 OpenLayers.Util.onImageLoadErrorColor = 'transparent';
1616 OpenLayers.Feature.prototype.popupClass = OpenLayers.Class(

Status & tagging log