1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

Fix trailer

This commit is contained in:
Daniel 2022-02-25 16:22:28 -03:00
parent dcd1ff17a0
commit 4a35cdcb11

View file

@ -1381,7 +1381,7 @@ function avideoModalIframeWithClassName(url, className, updateURL) {
console.log('avideoModalIframeWithClassName content loaded 5'); 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;
} }
}, 5000); }, 5000);
} }