Skip to content

Commit 5939ed9

Browse files
committed
deploy: 97b28a1
1 parent ba61602 commit 5939ed9

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
@@ -74,7 +74,7 @@
7474
*/
7575
function ableplayer_enqueue_scripts() {
7676
$version = ABLEPLAYER_VERSION;
77-
$version = ( SCRIPT_DEBUG ) ? $version . '-' . wp_rand( 1000,9999 ) : $version;
77+
$version = ( SCRIPT_DEBUG ) ? $version . '-' . wp_rand( 1000, 9999 ) : $version;
7878
// Register/enqueue other dependencies.
7979
wp_enqueue_script( 'js-cookie', plugins_url( 'thirdparty', __FILE__ ) . '/js.cookie.js', array( 'jquery' ), $version, true );
8080
wp_enqueue_script( 'vimeo', 'https://player.vimeo.com/api/player.js', array(), $version, true );
@@ -136,7 +136,7 @@
136136
*/
137137
function ableplayer_admin_scripts() {
138138
$version = ABLEPLAYER_VERSION;
139-
$version = ( SCRIPT_DEBUG ) ? $version . '-' . wp_rand( 1000,9999 ) : $version;
139+
$version = ( SCRIPT_DEBUG ) ? $version . '-' . wp_rand( 1000, 9999 ) : $version;
140140
wp_enqueue_script( 'ableplayer-js', plugins_url( '/assets/js/admin.js', __FILE__ ), array( 'jquery' ), $version, true );
141141
wp_localize_script(
142142
'ableplayer-js',

0 commit comments

Comments
 (0)