Skip to content

Instantly share code, notes, and snippets.

@maranemil
Last active August 29, 2015 14:16
Show Gist options
  • Save maranemil/30a442d0b8ea29a52a7a to your computer and use it in GitHub Desktop.
Save maranemil/30a442d0b8ea29a52a7a to your computer and use it in GitHub Desktop.
Init Gmaps SugarCRM 7
if($.isEmptyObject(google)) {
$.getScript('https://www.google.com/jsapi', function () {
google.load("maps", "3", {'other_params' : 'sensor=true' });
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment