diff --git a/Application/Home/View/default/Home/landingPage2.html b/Application/Home/View/default/Home/landingPage2.html index 30619db53..e9a2f61fb 100644 --- a/Application/Home/View/default/Home/landingPage2.html +++ b/Application/Home/View/default/Home/landingPage2.html @@ -80,10 +80,12 @@ var videoWidth = $('.video-js').width(); $('.video-js').height(videoWidth * 0.562295082); + var myPlayer = videojs('example_video_1'); myPlayer.ready(function(){ this.play(); }); + $('.down-link').on('click', function () { var dow_status = parseInt($('#dow_status').val()); @@ -94,6 +96,7 @@ if ($('.bn-rule').length > 0) { $('.bn-rule').css('display','block') $('.bn-rule').css('z-index','12') + $('video').hide(); return } if ($('input[name=isNewIos]').val() == 0 && $('input[name=isIOS13]').val() == 1) {