fix error
This commit is contained in:
parent
ccbf1ae6ba
commit
8bf2305a77
|
@ -48,7 +48,7 @@
|
||||||
}else{
|
}else{
|
||||||
audio_div = $('<button class="jarallax-video-audio"><i class="fas fa-volume-mute"></i></button>');
|
audio_div = $('<button class="jarallax-video-audio"><i class="fas fa-volume-mute"></i></button>');
|
||||||
}
|
}
|
||||||
audio_div.click(function(event){
|
audio_div.on('click touchstart',function(event){
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
var $video = $self.find('video');
|
var $video = $self.find('video');
|
||||||
if ($self.hasClass('have-audio')){
|
if ($self.hasClass('have-audio')){
|
||||||
|
|
Loading…
Reference in New Issue