fix error

This commit is contained in:
chiu 2021-08-31 14:18:46 +08:00
parent 0a7fa677ad
commit be6db75d29
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@
play: function() { // To avoid multiple jPlayers playing together.
play_<%= i %>_flag = true;
ad_call_on_play_jplayer_<%= i %>(this);
jplayer_center_video_front(this);
jplayer_center_video_front($(this).find('video'));
},
click: function(){
click_jplayer_<%= i %>();