summaryrefslogtreecommitdiff
path: root/resources/views/modules/pedigree-map/chart.phtml
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2026-02-11 12:17:21 +0000
committerGreg Roach <greg@subaqua.co.uk>2026-02-11 12:27:47 +0000
commita30e37c58a183579ee217fbeb1370bc7dca7fc6b (patch)
tree345ccc2a4cace26a93942810169bf614a095a3f6 /resources/views/modules/pedigree-map/chart.phtml
parent568b28c165fb3d1e6102448e10e662b8691a8090 (diff)
downloadwebtrees-a30e37c58a183579ee217fbeb1370bc7dca7fc6b.tar.gz
webtrees-a30e37c58a183579ee217fbeb1370bc7dca7fc6b.tar.bz2
webtrees-a30e37c58a183579ee217fbeb1370bc7dca7fc6b.zip
Fix: #5044 - refactor the loading indicator for dynamically loaded content
Diffstat (limited to 'resources/views/modules/pedigree-map/chart.phtml')
-rw-r--r--resources/views/modules/pedigree-map/chart.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/pedigree-map/chart.phtml b/resources/views/modules/pedigree-map/chart.phtml
index 9ca82ed780..a79623b2eb 100644
--- a/resources/views/modules/pedigree-map/chart.phtml
+++ b/resources/views/modules/pedigree-map/chart.phtml
@@ -12,7 +12,7 @@ use Fisharebest\Webtrees\View;
?>
<div class="row my-4 gchart wt-pedigree-map-wrapper wt-fullscreen-container">
- <div id="wt-map" class="col-sm-9 wt-ajax-load wt-map" dir="ltr"></div>
+ <div id="wt-map" class="col-sm-9 wt-map" dir="ltr"></div>
<ul class="col-sm-3 wt-map-sidebar wt-page-options-value list-unstyled px-1 mb-0"></ul>
</div>