From 65ef849ff8d4eee73b9700cd257a28f3b077acfa Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Mon, 9 Mar 2020 20:02:49 +0100 Subject: [PATCH] work-around for ad issue --- html/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/script.js b/html/script.js index 344413d..7480afa 100644 --- a/html/script.js +++ b/html/script.js @@ -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 {