r95021 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95020‎ | r95021 | r95022 >
Date:17:57, 19 August 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
map load err tweak and fixed typo
Modified paths:
  • /trunk/extensions/Maps/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/RELEASE-NOTES
@@ -10,7 +10,7 @@
1111 === Maps 1.0.2 ===
1212 (2011-08-xx)
1313
14 -* Fixed Google Maps v3 JavaScript issue when using Google Earth on unsuported systems.
 14+* Fixed Google Maps v3 JavaScript issue when using Google Earth on unsupported systems.
1515
1616 === Maps 1.0.1 ===
1717 (2011-08-17)
Index: trunk/extensions/Maps/includes/services/GoogleMaps3/ext.maps.googlemaps3.js
@@ -11,8 +11,6 @@
1212 }
1313 }
1414 else {
15 - alert( mediaWiki.msg( 'maps-googlemaps3-incompatbrowser' ) );
16 -
1715 for ( i in window.mwmaps.googlemaps3 ) {
1816 jQuery( '#' + i ).text( mediaWiki.msg( 'maps-load-failed' ) + ' ' + mediaWiki.msg( 'maps-googlemaps3-incompatbrowser' ) );
1917 }