Fix JavaScript error in icon mode box scores

This commit is contained in:
Brian Miyaji
2017-01-20 11:17:11 +11:00
parent 399f54b969
commit c322e1fe16
3 changed files with 25 additions and 16 deletions

View File

@@ -45,6 +45,12 @@ if ( ! isset( $subs ) ) $subs = array();
<?php foreach ( $labels as $key => $label ): ?>
<th class="data-<?php echo $key; ?>"><?php echo $label; ?></th>
<?php endforeach; ?>
<?php else: ?>
<?php if ( apply_filters( 'sportspress_event_performance_show_numbers', $show_numbers, $section ) ): ?>
<th></th>
<?php endif; ?>
<th></th>
<th></th>
<?php endif; ?>
</tr>
</thead>