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:50:47 -03:00
parent 2722a732e2
commit e26c6b0b84

View file

@ -1374,6 +1374,7 @@ function avideoModalIframeWithClassName(url, className, updateURL) {
clearTimeout(avideoModalIframeWithClassNameTimeout);
avideoModalIframeRemove();
}else{
clearTimeout(avideoModalIframeWithClassNameTimeout);
avideoModalIframeWithClassNameTimeout = setTimeout(function () {
// is not loaded
url = addGetParam(url, 'avideoIframe', 0);