diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-08-25 11:14:00 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-09-01 09:33:39 +0100 |
| commit | d4786c66945cca20d5ce34ac3cf08cf5a5110ae2 (patch) | |
| tree | 769b1dbea67a13bf1d61d9e048d7bfb41eb21d56 /resources/views/modules/compact-chart | |
| parent | d9af609b824a9a4d1118d9b78442b905066b46ee (diff) | |
| download | webtrees-d4786c66945cca20d5ce34ac3cf08cf5a5110ae2.tar.gz webtrees-d4786c66945cca20d5ce34ac3cf08cf5a5110ae2.tar.bz2 webtrees-d4786c66945cca20d5ce34ac3cf08cf5a5110ae2.zip | |
Use wt- namespace for data attributes
Diffstat (limited to 'resources/views/modules/compact-chart')
| -rw-r--r-- | resources/views/modules/compact-chart/page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/compact-chart/page.phtml b/resources/views/modules/compact-chart/page.phtml index bd9622abc2..7aa1942152 100644 --- a/resources/views/modules/compact-chart/page.phtml +++ b/resources/views/modules/compact-chart/page.phtml @@ -37,4 +37,4 @@ use Fisharebest\Webtrees\Tree; </div> </form> -<div class="wt-ajax-load wt-page-content wt-chart wt-chart-compact" data-ajax-url="<?= e($ajax_url) ?>"></div> +<div class="wt-ajax-load wt-page-content wt-chart wt-chart-compact" data-wt-ajax-url="<?= e($ajax_url) ?>"></div> |
