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

fix iframe

This commit is contained in:
Daniel 2022-02-22 21:53:00 -03:00
parent e26c6b0b84
commit 22ac1a910c

View file

@ -1374,8 +1374,10 @@ function avideoModalIframeWithClassName(url, className, updateURL) {
clearTimeout(avideoModalIframeWithClassNameTimeout); clearTimeout(avideoModalIframeWithClassNameTimeout);
avideoModalIframeRemove(); avideoModalIframeRemove();
}else{ }else{
console.log('avideoModalIframeWithClassName content loaded 4');
clearTimeout(avideoModalIframeWithClassNameTimeout); clearTimeout(avideoModalIframeWithClassNameTimeout);
avideoModalIframeWithClassNameTimeout = setTimeout(function () { avideoModalIframeWithClassNameTimeout = setTimeout(function () {
console.log('avideoModalIframeWithClassName content loaded 5');
// is not loaded // is not loaded
url = addGetParam(url, 'avideoIframe', 0); url = addGetParam(url, 'avideoIframe', 0);
document.location = url; document.location = url;