Lint
This commit is contained in:
parent
f36252f563
commit
213ea4a7af
2 changed files with 110 additions and 110 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue