FBI-2511 [GeoMap mobile field] Google Maps shows “For development purposes only”
This commit is contained in:
@@ -1037,7 +1037,8 @@ class PmDynaform
|
|||||||
workspace: workspace
|
workspace: workspace
|
||||||
},
|
},
|
||||||
token: credentials,
|
token: credentials,
|
||||||
submitRest: false
|
submitRest: false,
|
||||||
|
googleMaps: googleMaps,
|
||||||
});
|
});
|
||||||
$(document).find(\"form\").submit(function (e) {
|
$(document).find(\"form\").submit(function (e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
@@ -1097,7 +1098,8 @@ class PmDynaform
|
|||||||
" workspace: workspace\n" .
|
" workspace: workspace\n" .
|
||||||
" },\n" .
|
" },\n" .
|
||||||
" token: credentials,\n" .
|
" token: credentials,\n" .
|
||||||
" submitRest: false\n" .
|
" submitRest: false,\n" .
|
||||||
|
" googleMaps: googleMaps\n" .
|
||||||
" });\n" .
|
" });\n" .
|
||||||
" $(document).find('form').find('button').on('click', function (e) {\n" .
|
" $(document).find('form').find('button').on('click', function (e) {\n" .
|
||||||
" e.preventDefault();\n" .
|
" e.preventDefault();\n" .
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ $(window).load(function () {
|
|||||||
},
|
},
|
||||||
token: credentials,
|
token: credentials,
|
||||||
submitRest: false,
|
submitRest: false,
|
||||||
|
googleMaps: googleMaps,
|
||||||
onLoad: function () {
|
onLoad: function () {
|
||||||
var dynaformname = document.createElement("input"),
|
var dynaformname = document.createElement("input"),
|
||||||
appuid,
|
appuid,
|
||||||
|
|||||||
Reference in New Issue
Block a user