1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00

fix iframe

This commit is contained in:
Daniel 2022-02-22 21:49:26 -03:00
parent bd13ebf904
commit 2722a732e2

View file

@ -1365,11 +1365,12 @@ function avideoModalIframeWithClassName(url, className, updateURL) {
}
if($('#avideoModalIframe').contents().find("body").length){
console.log('avideoModalIframeWithClassName content loaded 2');
contentLoaded = true;
}
if(contentLoaded){
console.log('avideoModalIframeWithClassName content loaded 2');
console.log('avideoModalIframeWithClassName content loaded 3');
clearTimeout(avideoModalIframeWithClassNameTimeout);
avideoModalIframeRemove();
}else{