This commit is contained in:
Ben Goldsworthy 2021-01-09 13:05:24 +00:00
parent f36252f563
commit 213ea4a7af
2 changed files with 110 additions and 110 deletions

View file

@ -35,7 +35,7 @@
google.charts.load('current', {'packages':['timeline']});
<?php if ( $loop->have_posts() ) : ?>
google.charts.setOnLoadCallback(drawChart);
google.charts.setOnLoadCallback(drawChart);
<?php endif; ?>
function drawChart() {