1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +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);
avideoModalIframeRemove();
}else{
console.log('avideoModalIframeWithClassName content loaded 4');
clearTimeout(avideoModalIframeWithClassNameTimeout);
avideoModalIframeWithClassNameTimeout = setTimeout(function () {
console.log('avideoModalIframeWithClassName content loaded 5');
// is not loaded
url = addGetParam(url, 'avideoIframe', 0);
document.location = url;