diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/index.html b/src/web/index.html index 509a114c6..da84fb90a 100644 --- a/src/web/index.html +++ b/src/web/index.html @@ -828,7 +828,7 @@ Ext.onReady(function() { {lat: 1.3, lng: 103.8}, // Singapore {lat: 22.278333, lng: 114.158889}, // Hong Kong {lat: 10.246944, lng: -67.596111}, // Maracay - {lat: 51.507222, lng: -0.1275} // London, UK + {lat: 51.507222, lng: -0.1275}, // London, UK {lat: 55.68, lng: 12.55} // Copenhagen, Denmark ]; |