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