r114485 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114484‎ | r114485 | r114486 >
Date:11:58, 26 March 2012
Author:netbrain
Status:ok
Tags:
Comment:
fixed minor js issue
Modified paths:
  • /trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/services/GoogleMaps3/jquery.googlemap.js
@@ -386,7 +386,7 @@
387387 if(options.copycoords){
388388 function addRightClickListener(object){
389389 google.maps.event.addListener( object, 'rightclick', function(event) {
390 - prompt("CTRL+C, ENTER",event.latLng.Sa+','+event.latLng.Ta);
 390+ prompt("CTRL+C, ENTER",event.latLng.lat()+','+event.latLng.lng());
391391 });
392392 }
393393

Status & tagging log