summaryrefslogtreecommitdiff
path: root/resources/views/modules/lifespans-chart
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/modules/lifespans-chart')
-rw-r--r--resources/views/modules/lifespans-chart/page.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/views/modules/lifespans-chart/page.phtml b/resources/views/modules/lifespans-chart/page.phtml
index c298f1aa75..1b770689fd 100644
--- a/resources/views/modules/lifespans-chart/page.phtml
+++ b/resources/views/modules/lifespans-chart/page.phtml
@@ -84,4 +84,6 @@ use Fisharebest\Webtrees\Tree;
<?= csrf_field() ?>
</form>
-<div class="wt-ajax-load wt-page-content wt-chart wt-timeline-chart" data-wt-ajax-url="<?= e($ajax_url) ?>"></div>
+<div class="wt-page-content wt-chart wt-timeline-chart" data-wt-ajax-url="<?= e($ajax_url) ?>">
+ <?= view('icons/spinner') ?>
+</div>