Skip to content

Commit c01f206

Browse files
committed
deploy: afb1714
1 parent 91e86a8 commit c01f206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ableplayer.php.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
)
9393
);
9494

95-
$js_file = ( ! $debug ) ? 'ableplayer.min.js' : 'ableplayer.js';
96-
$css_file = ( ! $debug ) ? 'build/ableplayer.min.css' : 'styles/ableplayer.css';
95+
$js_file = ( $debug ) ? 'ableplayer.js' : 'ableplayer.min.js';
96+
$css_file = ( $debug ) ? 'styles/ableplayer.css' : 'build/ableplayer.min.css';
9797
/**
9898
* Filter the Able Player JS URL.
9999
*

0 commit comments

Comments
 (0)