aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/map-bing.js')
-rw-r--r--web/js/map-bing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing.js b/web/js/map-bing.js
index 748a03525..856e4f188 100644
--- a/web/js/map-bing.js
+++ b/web/js/map-bing.js
@@ -1,4 +1,4 @@
-YAHOO.util.Event.onContentReady('map', function() {
+$(function(){
var centre = new Microsoft.Maps.Location( fixmystreet.latitude, fixmystreet.longitude );
var map = new Microsoft.Maps.Map(document.getElementById("map"), {
credentials: fixmystreet.key,