http://www.mediawiki.org/wiki/Special:Code/MediaWiki/74058

Revision: 74058
Author:   jeroendedauw
Date:     2010-10-01 07:01:22 +0000 (Fri, 01 Oct 2010)

Log Message:
-----------
Follow up to r74056

Modified Paths:
--------------
    trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php

Modified: trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php
===================================================================
--- trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php      
2010-10-01 06:39:42 UTC (rev 74057)
+++ trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php      
2010-10-01 07:01:22 UTC (rev 74058)
@@ -222,8 +222,7 @@
                return array(
                        Html::linkedScript( 
"http://maps.google.com/maps?file=api&v=2&key=$egGoogleMapsKey&hl=$langCode"; ),
                        Html::linkedScript( 
"$egMapsScriptPath/includes/services/GoogleMaps/GoogleMapFunctions.js?$egMapsStyleVersion"
 ),
-                       Html::inlineScript( 'window.unload = GUnload;' ),
-                       Html::inlineScript( 'var msgOverlays = ' . 
Xml::encodeJsVar( wfMsg( 'maps_overlays' ) ) . ';' )
+                       Html::inlineScript( 'window.unload = GUnload; var 
msgOverlays = ' . Xml::encodeJsVar( wfMsg( 'maps_overlays' ) ) . ';' )
                );
        }
        



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to