diff options
| author | Rico Sonntag <mail@ricosonntag.de> | 2019-10-25 20:43:39 +0200 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2019-10-25 19:43:39 +0100 |
| commit | 66ce3d2365f7eb099897303ad7dc49a8459ceb55 (patch) | |
| tree | 69c9fdac8f07bc12b806f34e6bc4e25e44b15d5c /resources/views/modules/statistics-chart | |
| parent | 00efc03c94e245fd7e9a6c7367fdfc2f6bfcf1af (diff) | |
| download | webtrees-66ce3d2365f7eb099897303ad7dc49a8459ceb55.tar.gz webtrees-66ce3d2365f7eb099897303ad7dc49a8459ceb55.tar.bz2 webtrees-66ce3d2365f7eb099897303ad7dc49a8459ceb55.zip | |
GH-2681: Refactored statistics charts, prevent multiple google chart loading, Fixed initial loading (#2688)
Diffstat (limited to 'resources/views/modules/statistics-chart')
| -rw-r--r-- | resources/views/modules/statistics-chart/page.phtml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/views/modules/statistics-chart/page.phtml b/resources/views/modules/statistics-chart/page.phtml index b27d3f31bb..86ba0994ba 100644 --- a/resources/views/modules/statistics-chart/page.phtml +++ b/resources/views/modules/statistics-chart/page.phtml @@ -4,8 +4,6 @@ declare(strict_types=1); use Fisharebest\Webtrees\View; ?> -<?= view('statistics/other/chart-setup') ?> - <h2 class="wt-page-title"> <?= $title ?> </h2> |
