1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 02:09:22 +02:00

Make sure iframe loads

This commit is contained in:
Daniel 2022-01-25 12:53:08 -03:00
parent 300eac1144
commit a9b51deed7

View file

@ -1357,6 +1357,7 @@ function avideoModalIframeWithClassName(url, className, updateURL) {
avideoModalIframeRemove(); avideoModalIframeRemove();
} else { } else {
// is not loaded // is not loaded
url = addGetParam(url, 'avideoIframe', 0);
document.location = url; document.location = url;
} }
}, 5000); }, 5000);