fix error

This commit is contained in:
邱博亞 2021-11-15 15:31:43 +08:00
parent 386bc0dd13
commit 3eeebdd112
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
})
if (typeof onYouTubeIframeAPIReady !== 'function'){
$(document).ready(function() {
$(document).delegate(".jarallax-video-audio",'touchstart,click',function(){
$(document).delegate(".jarallax-video-audio",'touchstart click',function(){
$(this).trigger('click');
});
});