From faea192e5248c7e3166708a4715a1e828fb781fa Mon Sep 17 00:00:00 2001 From: Patrick <patrick.wuerstle@gmx.de> Date: Fri, 27 Nov 2020 08:46:00 +0100 Subject: [PATCH] quick update --- vcm/templates/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcm/templates/custom.js b/vcm/templates/custom.js index ea89c5b2f..2231399ca 100644 --- a/vcm/templates/custom.js +++ b/vcm/templates/custom.js @@ -165,7 +165,7 @@ function showbereich(bereich) { } else if (bereich == "potA"){ document.getElementById("potA").style.display = "block"; - if (mobile == true){ + if (mobile == false){ document.getElementById("potA_bild").style.display = "none"; } } else if (bereich == "potB"){ -- GitLab