From ded73692f1bfa486770f5015a622bddf3db4961a Mon Sep 17 00:00:00 2001 From: jrfarah Date: Wed, 11 Feb 2026 15:49:55 -0800 Subject: [PATCH 1/2] removed obs tab from the mutation observer monitoring --- templates/tom_targets/target_detail.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/tom_targets/target_detail.html b/templates/tom_targets/target_detail.html index 135dbb0..417c0e5 100644 --- a/templates/tom_targets/target_detail.html +++ b/templates/tom_targets/target_detail.html @@ -660,6 +660,12 @@

Spectroscopy

return; } + // Skip monitoring for iframes inside the observations tab + if ($iframe.closest('#observations').length > 0) { + console.log('Skipping Dash monitoring for observations tab iframe'); + return; + } + // Generate a unique ID for this iframe var iframeId = $iframe.attr('id') || ('dash-iframe-' + Math.random().toString(36).substr(2, 9)); if (!$iframe.attr('id')) { From 8fa25a1d2a4980d734e9ed6945657fe39fc4ffc5 Mon Sep 17 00:00:00 2001 From: jrfarah Date: Wed, 11 Feb 2026 16:04:08 -0800 Subject: [PATCH 2/2] removed lazy loading --- templates/tom_targets/target_detail.html | 29 +++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/templates/tom_targets/target_detail.html b/templates/tom_targets/target_detail.html index 417c0e5..2451399 100644 --- a/templates/tom_targets/target_detail.html +++ b/templates/tom_targets/target_detail.html @@ -110,7 +110,7 @@ Details