diff options
Diffstat (limited to 'resources/views/modules/pedigree-chart/page.phtml')
| -rw-r--r-- | resources/views/modules/pedigree-chart/page.phtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/views/modules/pedigree-chart/page.phtml b/resources/views/modules/pedigree-chart/page.phtml index cf63ef800e..6d1823ddaa 100644 --- a/resources/views/modules/pedigree-chart/page.phtml +++ b/resources/views/modules/pedigree-chart/page.phtml @@ -63,4 +63,6 @@ use Fisharebest\Webtrees\Tree; <?= csrf_field() ?> </form> -<div class="wt-ajax-load wt-page-content wt-chart wt-chart-pedigree" data-wt-ajax-url="<?= e($ajax_url) ?>"></div> +<div class="wt-page-content wt-chart wt-chart-pedigree" data-wt-ajax-url="<?= e($ajax_url) ?>"> + <?= view('icons/spinner') ?> +</div> |
