Skip to content
Snippets Groups Projects
Commit faba0096 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove Google Maps script

parent 16e62369
No related branches found
No related tags found
No related merge requests found
......@@ -33,8 +33,6 @@
loadScript('https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js', function () {
WebFont.load({ google: { families: ["Lato:n3,n4,n7"] } });
});
loadScript('https://maps.googleapis.com/maps/api/js' +
(window.MetabaseBootstrap.google_maps_api_key ? "?key=" + encodeURIComponent(window.MetabaseBootstrap.google_maps_api_key) : ""));
var googleAuthClientID = window.MetabaseBootstrap.google_auth_client_id;
if (googleAuthClientID) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment