fix error
This commit is contained in:
parent
0a7fa677ad
commit
be6db75d29
|
@ -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 %>();
|
||||
|
|
Loading…
Reference in New Issue