We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c89948 commit afb1714Copy full SHA for afb1714
src/ableplayer.php
@@ -66,8 +66,8 @@ function ableplayer_enqueue_scripts() {
66
)
67
);
68
69
- $js_file = ( ! $debug ) ? 'ableplayer.min.js' : 'ableplayer.js';
70
- $css_file = ( ! $debug ) ? 'build/ableplayer.min.css' : 'styles/ableplayer.css';
+ $js_file = ( $debug ) ? 'ableplayer.js' : 'ableplayer.min.js';
+ $css_file = ( $debug ) ? 'styles/ableplayer.css' : 'build/ableplayer.min.css';
71
/**
72
* Filter the Able Player JS URL.
73
*
0 commit comments