1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Daniel 2021-12-22 10:04:48 -03:00
parent c159f99451
commit 5e7b9aaa99

View file

@ -1309,10 +1309,20 @@ function avideoModalIframeFullScreenClose() {
avideoModalIframeFullScreenOriginalURL = false;
}
window.onload = function () {
if (typeof history.pushState === "function") {
console.log('history.pushState loaded');
window.onpopstate = function () {
console.log('onpopstate');
avideoModalIframeFullScreenClose();
};
}
}
function avideoModalIframeFull(url) {
avideoModalIframeFullScreen(url);
}
""
function avideoModalIframeWithClassName(url, className) {
url = addGetParam(url, 'avideoIframe', 1);
var html = '';