Skip to content

Commit fc204d9

Browse files
committed
deploy: fb185d7
1 parent 924ff39 commit fc204d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ableplayer.php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
// Register/enqueue other dependencies.
7474
wp_enqueue_script( 'js-cookie', plugins_url( 'thirdparty', __FILE__ ) . '/js.cookie.js', array( 'jquery' ), ABLEPLAYER_VERSION, true );
7575
wp_enqueue_script( 'vimeo', 'https://player.vimeo.com/api/player.js', array(), ABLEPLAYER_VERSION, true );
76-
wp_register_script( 'ableplayer-video', plugins_url( 'assets', __FILE__ ) . '/js/video.js', array(), ABLEPLAYER_VERSION, true );
76+
wp_register_script( 'ableplayer-video', plugins_url( 'assets', __FILE__ ) . '/js/media.js', array(), ABLEPLAYER_VERSION, true );
7777
wp_localize_script(
7878
'ableplayer-video',
7979
'ableplayer',

0 commit comments

Comments
 (0)