FBI-2511 [GeoMap mobile field] Google Maps shows “For development purposes only”

This commit is contained in:
Rodrigo Quelca
2018-10-15 17:49:53 +00:00
parent bd65a02eb5
commit 34fbc99702
2 changed files with 5 additions and 2 deletions

View File

@@ -1037,7 +1037,8 @@ class PmDynaform
workspace: workspace
},
token: credentials,
submitRest: false
submitRest: false,
googleMaps: googleMaps,
});
$(document).find(\"form\").submit(function (e) {
e.preventDefault();
@@ -1097,7 +1098,8 @@ class PmDynaform
" workspace: workspace\n" .
" },\n" .
" token: credentials,\n" .
" submitRest: false\n" .
" submitRest: false,\n" .
" googleMaps: googleMaps\n" .
" });\n" .
" $(document).find('form').find('button').on('click', function (e) {\n" .
" e.preventDefault();\n" .

View File

@@ -91,6 +91,7 @@ $(window).load(function () {
},
token: credentials,
submitRest: false,
googleMaps: googleMaps,
onLoad: function () {
var dynaformname = document.createElement("input"),
appuid,