Once you have the key find the gk.scripts.js file located in templates/gk_steakhouse/js/gk.scripts.js
Find line 160
- Code: Select all
// Google Maps loading
var loadScript = function() {
jQuery.getScript("https://maps.googleapis.com/maps/api/js?key=ADDKEYHERE&callback=gkMapInitialize")
.fail(function( jqxhr, settings, exception ) {
console.log('Google Maps script not loaded');
});
};
Remove the &v=3.exp variable.