don't pass google api key, use Ox.Map.GoogleApiKey

This commit is contained in:
j 2017-10-26 12:42:47 +02:00
commit 4d7c675d29
3 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,6 @@ pandora.ui.placesDialog = function(options) {
callback(result);
});
},
apiKey: pandora.site.site.googleapikey,
editPlace: function(place, callback) {
pandora.api.editPlace(place, function(result) {
Ox.Request.clearCache(); // fixme: remove