Actualizar servicios.html
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
<title>Servicios - IntegraRepara</title>
|
<title>Servicios - IntegraRepara</title>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<script src="https://unpkg.com/lucide@latest"></script>
|
<script src="https://unpkg.com/lucide@latest"></script>
|
||||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAS0JItllN0PxiTlfWJXsRkHvF0BJcOMPs&libraries=places&callback=initAutocomplete" async defer></script>
|
|
||||||
<style>
|
<style>
|
||||||
.fade-in { animation: fadeIn 0.3s ease-in-out; }
|
.fade-in { animation: fadeIn 0.3s ease-in-out; }
|
||||||
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
|
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
|
||||||
@@ -274,7 +273,7 @@
|
|||||||
try {
|
try {
|
||||||
autocomplete = new google.maps.places.Autocomplete(input, { types: ['geocode'] });
|
autocomplete = new google.maps.places.Autocomplete(input, { types: ['geocode'] });
|
||||||
input.addEventListener('keydown', function(e) { if (e.key === "Enter") e.preventDefault(); });
|
input.addEventListener('keydown', function(e) { if (e.key === "Enter") e.preventDefault(); });
|
||||||
} catch(e) { console.warn("Google Maps no cargó correctamente"); }
|
} catch(e) { console.warn("Google Maps no cargó correctamente (revisa tu API Key)"); }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -614,6 +613,6 @@
|
|||||||
document.getElementById('editServiceId').value = "";
|
document.getElementById('editServiceId').value = "";
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="https://maps.googleapis.com/maps/api/js?key=TU_API_KEY_AQUI&libraries=places&callback=initAutocomplete" async defer></script>
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAS0JItllN0PxiTlfWJXsRkHvF0BJcOMPs&libraries=places&callback=initAutocomplete" async defer></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user