From 743ecc66b6863d44f8ccd343a6ef2b4b6472f0ed Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 1 Aug 2024 20:32:24 -0600 Subject: [PATCH] Update index.html --- index.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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() {