Display venue map, fix table and sports sorting, support player excerpts
This commit is contained in:
@@ -145,6 +145,7 @@ function viewport() {
|
||||
longitude = $self.attr('data-longitude');
|
||||
var ll = new google.maps.LatLng(latitude,longitude);
|
||||
var mapOptions = {
|
||||
scrollwheel: false,
|
||||
zoom: 16,
|
||||
center: ll
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user