mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +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);
|
clearTimeout(avideoModalIframeWithClassNameTimeout);
|
||||||
avideoModalIframeRemove();
|
avideoModalIframeRemove();
|
||||||
}else{
|
}else{
|
||||||
|
console.log('avideoModalIframeWithClassName content loaded 4');
|
||||||
clearTimeout(avideoModalIframeWithClassNameTimeout);
|
clearTimeout(avideoModalIframeWithClassNameTimeout);
|
||||||
avideoModalIframeWithClassNameTimeout = setTimeout(function () {
|
avideoModalIframeWithClassNameTimeout = setTimeout(function () {
|
||||||
|
console.log('avideoModalIframeWithClassName content loaded 5');
|
||||||
// is not loaded
|
// is not loaded
|
||||||
url = addGetParam(url, 'avideoIframe', 0);
|
url = addGetParam(url, 'avideoIframe', 0);
|
||||||
document.location = url;
|
document.location = url;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue