1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +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();
} else {
// is not loaded
url = addGetParam(url, 'avideoIframe', 0);
document.location = url;
}
}, 5000);