Modifiche per il documento Homeopaths
Ultima modifica di Jip-jan Alunkel il marzo 14, 20:13
Dalla versione 4.2
modificato da Jip-jan Alunkel
il novembre 28, 15:08
il novembre 28, 15:08
Cambia il commento:
Renamed from xwiki:practices.WebHome
Alla versione 5.2
modificato da Jip-jan Alunkel
il novembre 28, 15:10
il novembre 28, 15:10
Cambia il commento:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -35,16 +35,6 @@ 35 35 "data-xobj-fieldname" : "address", 36 36 "help-block" : 'Input and select the address of your practice.' 37 37 }) 38 - 39 -var requestOptions = { 40 - method: 'GET', 41 -}; 42 - 43 -fetch("https://api.geoapify.com/v1/geocode/autocomplete?text=Mosco&apiKey=6b74bd47f4204990b23386d8e8a0952b", requestOptions) 44 - .then(response => response.json()) 45 - .then(result => console.log(result)) 46 - .catch(error => console.log('error', error)); 47 - 48 48 #createFormElement($address) 49 49 #set($submit = { 50 50 "id" : "create_case",