diff --git a/index.html b/index.html index 60cc7af..67d3590 100644 --- a/index.html +++ b/index.html @@ -59,8 +59,8 @@

CSMS Claims and Neighbors

- - + +
View in Google Maps View in Gaia GPS @@ -113,6 +113,22 @@ }); window.location.href = url; }); + + document.getElementById('google-maps-iframe').addEventListener('load', function() { + console.log('Google Maps iframe loaded successfully.'); + }); + + document.getElementById('gaia-gps-iframe').addEventListener('load', function() { + console.log('Gaia GPS iframe loaded successfully.'); + }); + + document.getElementById('google-maps-iframe').addEventListener('error', function() { + console.error('Error loading Google Maps iframe.'); + }); + + document.getElementById('gaia-gps-iframe').addEventListener('error', function() { + console.error('Error loading Gaia GPS iframe.'); + }); }); function acceptConsent() {