Turn off responsive tables by default

This commit is contained in:
Brian Miyaji
2018-01-26 01:34:03 +11:00
parent 30561ff017
commit 8fad5481a0
6 changed files with 9 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ if ( ! isset( $class ) ) $class = null;
if ( ! isset( $lineups ) ) $lineups = array();
if ( ! isset( $subs ) ) $subs = array();
$responsive = get_option( 'sportspress_enable_responsive_tables', 'yes' ) == 'yes' ? true : false;
$responsive = get_option( 'sportspress_enable_responsive_tables', 'no' ) == 'yes' ? true : false;
//Create a unique identifier based on the current time in microseconds
$identifier = uniqid( 'performance_' );
// If responsive tables are enabled then load the inline css code