mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 09:49:28 +02:00
Fix ads on playlists
This commit is contained in:
parent
f095d22bd1
commit
d3e92887ee
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ function reloadAdsIfIsReady() {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
_reloadAdsTimeout = setTimeout(function () {
|
_reloadAdsTimeout = setTimeout(function () {
|
||||||
reloadAds();
|
reloadAdsIfIsReady();
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue