fix error
This commit is contained in:
parent
386bc0dd13
commit
3eeebdd112
|
@ -94,7 +94,7 @@
|
||||||
})
|
})
|
||||||
if (typeof onYouTubeIframeAPIReady !== 'function'){
|
if (typeof onYouTubeIframeAPIReady !== 'function'){
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$(document).delegate(".jarallax-video-audio",'touchstart,click',function(){
|
$(document).delegate(".jarallax-video-audio",'touchstart click',function(){
|
||||||
$(this).trigger('click');
|
$(this).trigger('click');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue