mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
fix iframe
This commit is contained in:
parent
e26c6b0b84
commit
22ac1a910c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue