mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
Make sure iframe loads
This commit is contained in:
parent
300eac1144
commit
a9b51deed7
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue