fix error
This commit is contained in:
parent
4bea142d2a
commit
c62dedbcb3
|
@ -229,7 +229,7 @@
|
|||
ad_call_on_play_jplayer_<%= i %>(this);
|
||||
jplayer_center_video_front($(this).find('video'));
|
||||
<% if @hide_video_tools %>
|
||||
ad_audio_button(ele,false);
|
||||
ad_audio_button(this,false);
|
||||
<% end %>
|
||||
},
|
||||
click: function(){
|
||||
|
@ -240,7 +240,7 @@
|
|||
$(this).jPlayer("pause");
|
||||
ad_call_on_pause_jplayer_<%= i %>(this);
|
||||
window.console.log("pause");
|
||||
ad_audio_button(ele,true);
|
||||
ad_audio_button(this,true);
|
||||
},
|
||||
abort: function(){
|
||||
play_<%= i %>_flag = false;
|
||||
|
|
Loading…
Reference in New Issue