work-around for ad issue

This commit is contained in:
Matthias Wirth
2020-03-09 20:02:49 +01:00
parent 04bc64ea87
commit 65ef849ff8

View File

@@ -631,7 +631,7 @@ function initialize() {
if (onMobile)
enableMouseover = false;
if (adsbexchange) {
if (document.getElementById('adsense') != null || adsbexchange) {
if (onMobile || hideButtons) {
document.getElementById('adsense').style.display='none';
} else {