Skip to content
Snippets Groups Projects
Commit 0652c9dc authored by Prasad's avatar Prasad
Browse files

Fixed #1779: Reverted for actual fix #1957

parent 2cf6c699
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ Vtiger.Class("Google_Map_Js", {}, {
if (API_KEY == 'YOUR_MAP_API_KEY' && typeof console) console.error("Google Map API Key not configured.");
jQuery.getScript("https://maps.google.com/maps/api/js?v=3.53&key=" + API_KEY + "&sensor=true&async=2&callback=initialize", function () {});
jQuery.getScript("https://maps.google.com/maps/api/js?key=" + API_KEY + "&sensor=true&async=2&callback=initialize", function () {});
},
getQueryString : function (address) {
......
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